Commit the local change I had to make my test pass

llvm-svn: 310153
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 @@
 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: