1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

should not commit when distracted.

llvm-svn: 86929
This commit is contained in:
Chris Lattner 2009-11-12 02:04:17 +00:00
parent b6f852353a
commit b976027c91

View File

@ -291,8 +291,8 @@ declare i32 @test10f2()
declare void @test10f3()
;; Non-local condition threading.
define i32 @test10(i1 %cond) {
; CHECK: @test10
define i32 @test10g(i1 %cond) {
; CHECK: @test10g
; CHECK-NEXT: br i1 %cond, label %T2, label %F2
br i1 %cond, label %T1, label %F1
@ -331,8 +331,7 @@ define i32 @test11(i32 %A) {
BB2:
; CHECK: call i32 @f1()
; CHECK-NEXT: call void @f3()
; CHECK-NEXT: ret i32 4
; CHECK-NEXT: ret i32 %C
%C = call i32 @f1()
ret i32 %C