[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 13 10:28:40 PDT 2006



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

2005-07-21-VirtualBaseAccess.cpp updated: 1.1 -> 1.2
---
Log message:

Another case where a dead cast was causing the test to spuriously
fail with the new front-end.


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

 2005-07-21-VirtualBaseAccess.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
diff -u llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.1 llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.2
--- llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp:1.1	Thu Jul 21 16:55:08 2005
+++ llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp	Thu Apr 13 12:28:28 2006
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | 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