Ignore llvm.noinline
[oota-llvm.git] / test / C++Frontend / 2005-07-21-VirtualBaseAccess.cpp
index 7711cff6d36093f27426fb74251b893adca9575f..eac7784274818e988d468a8317be08be92ce5652 100644 (file)
@@ -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*);