forked from OSchip/llvm-project
Commit the local change I had to make my test pass
llvm-svn: 310153
This commit is contained in:
parent
7662d50d10
commit
61776e6910
|
@ -5,7 +5,7 @@ define void @fastiselcall() {
|
||||||
entry:
|
entry:
|
||||||
%call = call i32 @targetfn(i32 42)
|
%call = call i32 @targetfn(i32 42)
|
||||||
ret void
|
ret void
|
||||||
; CHECK-LABEL: test5:
|
; CHECK-LABEL: fastiselcall:
|
||||||
; Local value area is still there:
|
; Local value area is still there:
|
||||||
; CHECK: movl $42, {{%[a-z]+}}
|
; CHECK: movl $42, {{%[a-z]+}}
|
||||||
; Fast-ISel's arg mov is not here:
|
; Fast-ISel's arg mov is not here:
|
||||||
|
|
Loading…
Reference in New Issue