From c5e6f99981b3195f63e5f3579cbb73e32be12e9f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 17 Feb 2012 09:55:20 +0000 Subject: [PATCH] Remove question. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150809 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/GlobalOpt/invariant.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Transforms/GlobalOpt/invariant.ll b/test/Transforms/GlobalOpt/invariant.ll index 2662d60b9bc..687dc83f5cf 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 } -- 2.34.1