forked from OSchip/llvm-project
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:
parent
2d2f3ef792
commit
49c1dc2466
|
@ -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*);
|
||||
|
||||
|
|
Loading…
Reference in New Issue