Another case where a dead cast was causing the test to spuriously
authorChris Lattner <sabre@nondot.org>
Thu, 13 Apr 2006 17:28:28 +0000 (17:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Apr 2006 17:28:28 +0000 (17:28 +0000)
fail with the new front-end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27663 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp

index 5bc336c69d24e9faf7469d3ddd34850a5bf3bc65..7711cff6d36093f27426fb74251b893adca9575f 100644 (file)
@@ -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*);