diff options
Diffstat (limited to 'test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll')
-rw-r--r-- | test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll b/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll deleted file mode 100644 index cfbf7fcdfd..0000000000 --- a/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llc < %s -march=alpha - -define i1 @a(float %x) { - %r = fcmp ult float %x, 1.0 - ret i1 %r -} |