Commit the local change I had to make my test pass

llvm-svn: 310153
This commit is contained in:
Reid Kleckner 2017-08-05 00:15:40 +00:00
parent 7662d50d10
commit 61776e6910
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ define void @fastiselcall() {
entry:
%call = call i32 @targetfn(i32 42)
ret void
; CHECK-LABEL: test5:
; CHECK-LABEL: fastiselcall:
; Local value area is still there:
; CHECK: movl $42, {{%[a-z]+}}
; Fast-ISel's arg mov is not here: