diff options
author | Reid Kleckner <rnk@google.com> | 2017-08-05 00:15:40 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-08-05 00:15:40 +0000 |
commit | 61776e6910ae2bc1060dde632b6e5a7621e7f3f4 (patch) | |
tree | 77a78992c12c166501e3fe8ec0636fcbc6a73b5e | |
parent | 7662d50d102f6e093ed1920f2ca9b9cf08e5dcbc (diff) | |
download | bcm5719-llvm-61776e6910ae2bc1060dde632b6e5a7621e7f3f4.tar.gz bcm5719-llvm-61776e6910ae2bc1060dde632b6e5a7621e7f3f4.zip |
Commit the local change I had to make my test pass
llvm-svn: 310153
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll b/llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll index 5289c905dc0..724d53dbfe0 100644 --- a/llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll +++ b/llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll @@ -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: |