diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-11-27 07:34:10 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-11-27 07:34:10 +0000 |
commit | 753e3ba5a6a715fc2f68819dfd91ada9bf59f249 (patch) | |
tree | 5875be2fd628bd755641dc9155ca76bd36606708 /test/CodeGen/X86/add-with-overflow.ll | |
parent | c7bcbf6903a741e5252d6003916fb3624be937e5 (diff) |
XFAil test due to reverting of patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/add-with-overflow.ll')
-rw-r--r-- | test/CodeGen/X86/add-with-overflow.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/add-with-overflow.ll b/test/CodeGen/X86/add-with-overflow.ll index 8fab46cd62..84cc157a58 100644 --- a/test/CodeGen/X86/add-with-overflow.ll +++ b/test/CodeGen/X86/add-with-overflow.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep {jo} | count 1 ; RUN: llvm-as < %s | llc -march=x86 | grep {jc} | count 1 +; XFAIL: * @ok = internal constant [4 x i8] c"%d\0A\00" @no = internal constant [4 x i8] c"no\0A\00" |