diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-06-06 05:53:50 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-06-06 05:53:50 +0000 |
commit | 49fdfdb1e5f7b025bf8a4e81e7558b49f0005dd4 (patch) | |
tree | 47c2d30c3aef612d0671b50a1d273940651f3678 /test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp | |
parent | 9d0332f7b4d8aa8e07544506eb26d1e155c3745a (diff) |
Ignore llvm.noinline
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp')
-rw-r--r-- | test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp b/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp index 7711cff6d3..eac7784274 100644 --- a/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp +++ b/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | not grep cast +// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | grep -v llvm.noinline | not grep cast void foo(int*); |