diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/Generic/2005-10-21-longlonggtu.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Generic/2005-10-21-longlonggtu.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/2005-10-21-longlonggtu.ll b/llvm/test/Regression/CodeGen/Generic/2005-10-21-longlonggtu.ll deleted file mode 100644 index d445e5920fa..00000000000 --- a/llvm/test/Regression/CodeGen/Generic/2005-10-21-longlonggtu.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -float %t(long %u_arg) { - %u = cast long %u_arg to ulong ; <ulong> [#uses=1] - %tmp5 = add ulong %u, 9007199254740991 ; <ulong> [#uses=1] - %tmp = setgt ulong %tmp5, 18014398509481982 ; <bool> [#uses=1] - br bool %tmp, label %T, label %F -T: - ret float 1.0 -F: - call float %t(long 0) - ret float 0.0 -} |

