Revert changes for noinline.
authorTanya Lattner <tonic@nondot.org>
Wed, 6 Jun 2007 20:46:40 +0000 (20:46 +0000)
committerTanya Lattner <tonic@nondot.org>
Wed, 6 Jun 2007 20:46:40 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37476 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr
test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr
test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr

index 0c1395dea0effc94e48cffe5fb0ea059bd8130b6..e6c09e5bfe146ca57cfb689d59ad9130e0d7fcfc 100644 (file)
@@ -1,6 +1,6 @@
 // The code generated for this testcase should be completely typesafe!
 // RUN: %llvmgcc -xc++ -S -o - %s | llvm-as | opt -die | llvm-dis | \
-// RUN:    grep -v llvm.noinline | notcast
+// RUN:    notcast
 
 struct contained {
   unsigned X;
index 0bfb5dc54e8b227aef51d386b16ce6b34599b5aa..cb66ba1127dbdb1d1f649360b844ca7279a55c2e 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | llvm-as | opt -die | llvm-dis | grep -v llvm.noinline | notcast
+// RUN: %llvmgcc -xc++ -S -o - %s | llvm-as | opt -die | llvm-dis |  notcast
 
 struct A {
         A() : i(0) {}
index eac7784274818e988d468a8317be08be92ce5652..7711cff6d36093f27426fb74251b893adca9575f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | grep -v llvm.noinline | not grep cast
+// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | not grep cast
 
 void foo(int*);
 
index 1f3023064219748f405cd3839bd978a6a74e3ebe..51e66c9b83952404694e9b94b3bfad527588cb7d 100644 (file)
@@ -1,4 +1,4 @@
-/* RUN: %llvmgcc -xc %s -S -o - | grep -v alloca | grep -v llvm.noinline | not grep bitcast
+/* RUN: %llvmgcc -xc %s -S -o - | grep -v alloca | not grep bitcast
  */
 
 void test(int* array, long long N) {