commit | 411eaa5c57c6b184d476597aa9c0522a5d38431d | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Mon Nov 24 05:23:38 2008 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Mon Nov 24 05:23:38 2008 +0000 |
tree | eaa65931a8ebc4c5230218a01f57a2243dc968fa | |
parent | 4fb8a9c6b613fbd957dfd07518fde61c8433c5ee [diff] [blame] |
Test add-with-overflow with fast ISel. llvm-svn: 59945
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"