OSDN Git Service

Commit the local change I had to make my test pass
authorReid Kleckner <rnk@google.com>
Sat, 5 Aug 2017 00:15:40 +0000 (00:15 +0000)
committerReid Kleckner <rnk@google.com>
Sat, 5 Aug 2017 00:15:40 +0000 (00:15 +0000)
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

index 5289c90..724d53d 100644 (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: