[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
Tue Jun 5 22:54:12 PDT 2007
Changes in directory llvm/test/C++Frontend:
2003-11-09-ConstructorTypeSafety.cpp.tr updated: 1.3 -> 1.4
2003-11-18-MemberInitializationCasting.cpp.tr updated: 1.3 -> 1.4
2005-07-21-VirtualBaseAccess.cpp updated: 1.2 -> 1.3
---
Log message:
Ignore llvm.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.3 llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr:1.4
--- llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr:1.3 Sun Apr 15 15:41:31 2007
+++ llvm/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr Wed Jun 6 00:53:50 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: notcast
+// RUN: grep -v llvm.noinline | 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.3 llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr:1.4
--- llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr:1.3 Sun Apr 15 15:41:31 2007
+++ llvm/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr Wed Jun 6 00:53:50 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | llvm-as | opt -die | llvm-dis | notcast
+// RUN: %llvmgcc -xc++ -S -o - %s | llvm-as | opt -die | llvm-dis | grep -v llvm.noinline | 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.2 llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.3
--- llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.2 Thu Apr 13 12:28:28 2006
+++ llvm/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp Wed Jun 6 00:53:50 2007
@@ -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*);
More information about the llvm-commits
mailing list