[llvm] r310153 - Commit the local change I had to make my test pass

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 17:15:40 PDT 2017


Author: rnk
Date: Fri Aug  4 17:15:40 2017
New Revision: 310153

URL: http://llvm.org/viewvc/llvm-project?rev=310153&view=rev
Log:
Commit the local change I had to make my test pass

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-call-cleanup.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-call-cleanup.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-call-cleanup.ll?rev=310153&r1=310152&r2=310153&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-call-cleanup.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-call-cleanup.ll Fri Aug  4 17:15:40 2017
@@ -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:




More information about the llvm-commits mailing list