From: Reid Kleckner Date: Sat, 5 Aug 2017 00:15:40 +0000 (+0000) Subject: Commit the local change I had to make my test pass X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f312fddff09a3d812fbb8853677cccd9ae117f;p=llvm Commit the local change I had to make my test pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310153 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fast-isel-call-cleanup.ll b/test/CodeGen/X86/fast-isel-call-cleanup.ll index 5289c905dc0..724d53dbfe0 100644 --- a/test/CodeGen/X86/fast-isel-call-cleanup.ll +++ b/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: