diff options
| author | Dan Gohman <gohman@apple.com> | 2009-02-16 00:56:15 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-02-16 00:56:15 +0000 |
| commit | 73f794af6a4814ab81743f3b1237e4d042bc87d9 (patch) | |
| tree | 81f2f0547fb87a10fd1ee49f6fc8eb9b2182aa07 /llvm/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll | |
| parent | 9cdfd44521e035ccc571b37d6b48fe391b00961e (diff) | |
| download | bcm5719-llvm-73f794af6a4814ab81743f3b1237e4d042bc87d9.tar.gz bcm5719-llvm-73f794af6a4814ab81743f3b1237e4d042bc87d9.zip | |
Rename IndVarsSimplify to IndVarSimplify, to be consistent with
the name used in the code that these tests are for.
llvm-svn: 64624
Diffstat (limited to 'llvm/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll')
| -rw-r--r-- | llvm/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll b/llvm/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll deleted file mode 100644 index 9fd0eb9e65a..00000000000 --- a/llvm/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: llvm-as < %s | opt -indvars - -define void @t() nounwind { -entry: - br label %bb23.i91 - -bb23.i91: ; preds = %bb23.i91, %entry - %result.0.i89 = phi ppc_fp128 [ 0xM00000000000000000000000000000000, %entry ], [ %0, %bb23.i91 ] ; <ppc_fp128> [#uses=2] - %0 = mul ppc_fp128 %result.0.i89, %result.0.i89 ; <ppc_fp128> [#uses=1] - br label %bb23.i91 -} |

