From b2f312fddff09a3d812fbb8853677cccd9ae117f Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Sat, 5 Aug 2017 00:15:40 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/fast-isel-call-cleanup.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1