commit | 0f0e75dfadfacca78b0899bbf9da630583a093ec | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri May 13 15:51:31 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri May 13 15:51:31 2005 +0000 |
tree | 00f3245b2b340f894ae4dffa36fd968510116166 | |
parent | bf33da2952c7f110a1688090bd20a8f2185b58e7 [diff] [blame] |
fix buggy test llvm-svn: 21937
diff --git a/llvm/test/Regression/Transforms/SCCP/sccptest.ll b/llvm/test/Regression/Transforms/SCCP/sccptest.ll index 94a3364..f2f87f97 100644 --- a/llvm/test/Regression/Transforms/SCCP/sccptest.ll +++ b/llvm/test/Regression/Transforms/SCCP/sccptest.ll
@@ -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: