From 61776e6910ae2bc1060dde632b6e5a7621e7f3f4 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 llvm-svn: 310153 --- llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll b/llvm/test/CodeGen/X86/fast-isel-call-cleanup.ll index 5289c90..724d53d 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: -- 2.7.4