diff options
-rw-r--r-- | test/Transforms/GlobalOpt/invariant.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/invariant.ll b/test/Transforms/GlobalOpt/invariant.ll index 2662d60b9b..687dc83f5c 100644 --- 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 } |