[llvm-commits] CVS: llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr 2003-11-18-MemberInitializationCasting.cpp.tr 2005-07-21-VirtualBaseAccess.cpp

Tanya Lattner tonic at nondot.org
Wed Jun 6 13:47:05 PDT 2007



Changes in directory llvm/test/C++Frontend:

2003-11-09-ConstructorTypeSafety.cpp.tr updated: 1.4 -> 1.5
2003-11-18-MemberInitializationCasting.cpp.tr updated: 1.4 -> 1.5
2005-07-21-VirtualBaseAccess.cpp updated: 1.3 -> 1.4
---
Log message:

Revert changes for noinline.



---
Diffs of the changes:  (+3 -3)

 2003-11-09-ConstructorTypeSafety.cpp.tr       |    2 +-
 2003-11-18-MemberInitializationCasting.cpp.tr |    2 +-
 2005-07-21-VirtualBaseAccess.cpp              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr
diff -u llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr:1.4 llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr:1.5
--- llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr:1.4	Wed Jun  6 00:53:50 2007
+++ llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr	Wed Jun  6 15:46:40 2007
@@ -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: llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr
diff -u llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr:1.4 llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr:1.5
--- llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr:1.4	Wed Jun  6 00:53:50 2007
+++ llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr	Wed Jun  6 15:46:40 2007
@@ -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: llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
diff -u llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.3 llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.4
--- llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.3	Wed Jun  6 00:53:50 2007
+++ llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp	Wed Jun  6 15:46:40 2007
@@ -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*);
 






More information about the llvm-commits mailing list