aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic/add-with-overflow.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-11-24 05:23:38 +0000
committerBill Wendling <isanbard@gmail.com>2008-11-24 05:23:38 +0000
commit411eaa5c57c6b184d476597aa9c0522a5d38431d (patch)
treeeaa65931a8ebc4c5230218a01f57a2243dc968fa /llvm/test/CodeGen/Generic/add-with-overflow.ll
parent4fb8a9c6b613fbd957dfd07518fde61c8433c5ee (diff)
downloadllvm-411eaa5c57c6b184d476597aa9c0522a5d38431d.zip
llvm-411eaa5c57c6b184d476597aa9c0522a5d38431d.tar.gz
llvm-411eaa5c57c6b184d476597aa9c0522a5d38431d.tar.bz2
Test add-with-overflow with fast ISel.
llvm-svn: 59945
Diffstat (limited to 'llvm/test/CodeGen/Generic/add-with-overflow.ll')
-rw-r--r--llvm/test/CodeGen/Generic/add-with-overflow.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/add-with-overflow.ll b/llvm/test/CodeGen/Generic/add-with-overflow.ll
index e6ad7bb..5c3d540 100644
--- a/llvm/test/CodeGen/Generic/add-with-overflow.ll
+++ b/llvm/test/CodeGen/Generic/add-with-overflow.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -fast-isel
@ok = internal constant [4 x i8] c"%d\0A\00"
@no = internal constant [4 x i8] c"no\0A\00"