summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-16 05:58:47 +0000
committerChris Lattner <sabre@nondot.org>2007-04-16 05:58:47 +0000
commit6ab5d5d2b0de9fd044b5e31c86b04f90e412dc6a (patch)
treeeb9656cf40a920b7ebcf297b7cc75d4286ff900c /test/CodeGen/CBackend
parent678873a73df7f66a8bfdc7fc9d836e5e4d899789 (diff)
downloadllvm-6ab5d5d2b0de9fd044b5e31c86b04f90e412dc6a.tar.gz
llvm-6ab5d5d2b0de9fd044b5e31c86b04f90e412dc6a.tar.bz2
llvm-6ab5d5d2b0de9fd044b5e31c86b04f90e412dc6a.tar.xz
fix incorrectly upgraded test, add PR#
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll b/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
index e2c665ecfd..e73eb63c24 100644
--- a/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
+++ b/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
@@ -1,7 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep -- -65535
-; XFAIL: *
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep -- --65535
+; PR596
-; ModuleID = '<stdin>'
target endian = little
target pointersize = 32
target triple = "i686-pc-linux-gnu"