Another case where a dead cast was causing the test to spuriously

fail with the new front-end.

llvm-svn: 27663
This commit is contained in:
Chris Lattner 2006-04-13 17:28:28 +00:00
parent 2d2f3ef792
commit 49c1dc2466
1 changed files with 1 additions and 1 deletions

View 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*);