fix buggy test
[oota-llvm.git] / test / Transforms / SCCP / sccptest.ll
index 94a33645f539e48fcbc8bfbc0eb199da437887e0..f2f87f9760017bcc0aeff352faac37310d388129 100644 (file)
@@ -3,7 +3,7 @@
 ;
 ; RUN: llvm-as < %s | opt -sccp -constprop -dce -cfgsimplify | llvm-dis | not grep BB3
 
-int %test function(int %i0, int %j0) {
+int %testfunction(int %i0, int %j0) {
 BB1:
        br label %BB2
 BB2: