diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-11-24 05:23:38 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-11-24 05:23:38 +0000 |
| commit | 411eaa5c57c6b184d476597aa9c0522a5d38431d (patch) | |
| tree | eaa65931a8ebc4c5230218a01f57a2243dc968fa /llvm/test/CodeGen/Generic | |
| parent | 4fb8a9c6b613fbd957dfd07518fde61c8433c5ee (diff) | |
| download | bcm5719-llvm-411eaa5c57c6b184d476597aa9c0522a5d38431d.tar.gz bcm5719-llvm-411eaa5c57c6b184d476597aa9c0522a5d38431d.zip | |
Test add-with-overflow with fast ISel.
llvm-svn: 59945
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/add-with-overflow.ll | 1 |
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 e6ad7bb7754..5c3d540c5cc 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" |

