Update testcase since we're no longer doing the constant forwarding inline with correlated value propagation.

llvm-svn: 117712
This commit is contained in:
Owen Anderson 2010-10-29 21:18:23 +00:00
parent bf7cf2a203
commit 14cf6bfa0f

View File

@ -52,9 +52,8 @@ bb: ; preds = %entry
ret i8 0
bb2: ; preds = %entry
; CHECK-NOT: load i8* %a
; CHECK: %should_be_const = load i8* @gv
%should_be_const = load i8* %a
; CHECK: ret i8 7
ret i8 %should_be_const
}