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:
c570711
)
Remove question.
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 17 Feb 2012 09:55:20 +0000
(09:55 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Fri, 17 Feb 2012 09:55:20 +0000
(09:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150809
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/GlobalOpt/invariant.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/GlobalOpt/invariant.ll
b/test/Transforms/GlobalOpt/invariant.ll
index 2662d60b9bc065a5f0a413d85a0f8fa4ed074b4c..687dc83f5cff8c6a9df4e61bed8b5941685e852c 100644
(file)
--- a/
test/Transforms/GlobalOpt/invariant.ll
+++ b/
test/Transforms/GlobalOpt/invariant.ll
@@
-23,7
+23,6
@@
define void @ctor2() {
store i32 -1, i32* @object2
%A = bitcast i32* @object2 to i8*
%B = call {}* @llvm.invariant.start(i64 -1, i8* %A)
- ; Why in the world does this pass the verifier?
%C = bitcast {}* %B to i8*
ret void
}