Remove question.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2012-02-17 09:55:20 +00:00
parent c5707112e7
commit c5e6f99981

View File

@ -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
}