diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2008-10-07 14:15:42 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2008-10-07 14:15:42 +0000 |
commit | 3a9be150be6045271be60f682c7ddf3537994a41 (patch) | |
tree | ecfa4aab06f1142a25fe3b4371201935909bb9df /llvm/test/CodeGen/Alpha/add128.ll | |
parent | 8ae3684aa999f5b73b2a6d48614ff5ddb684ff3e (diff) | |
download | bcm5719-llvm-3a9be150be6045271be60f682c7ddf3537994a41.tar.gz bcm5719-llvm-3a9be150be6045271be60f682c7ddf3537994a41.zip |
Expand arith on machines without carry flags
llvm-svn: 57243
Diffstat (limited to 'llvm/test/CodeGen/Alpha/add128.ll')
-rw-r--r-- | llvm/test/CodeGen/Alpha/add128.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Alpha/add128.ll b/llvm/test/CodeGen/Alpha/add128.ll index 6432b2d9a84..61d020890e8 100644 --- a/llvm/test/CodeGen/Alpha/add128.ll +++ b/llvm/test/CodeGen/Alpha/add128.ll @@ -1,7 +1,6 @@ ;test for ADDC and ADDE expansion ; ; RUN: llvm-as < %s | llc -march=alpha -; XFAIL: * define i128 @add128(i128 %x, i128 %y) { entry: |