projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412a0bf
)
Another case where a dead cast was causing the test to spuriously
author
Chris Lattner
<sabre@nondot.org>
Thu, 13 Apr 2006 17:28:28 +0000
(17:28 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
b/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
index 5bc336c69d24e9faf7469d3ddd34850a5bf3bc65..7711cff6d36093f27426fb74251b893adca9575f 100644
(file)
--- a/
test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
+++ b/
test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
@@
-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*);