summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/jump_sign.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-13 17:58:57 +0000
committerChris Lattner <sabre@nondot.org>2006-09-13 17:58:57 +0000
commit0f5e9b99fce8a9e21e592c0156d94ddbfde93d37 (patch)
treecee18023b1ccd7a9dc0f01ab673e413188d79d94 /test/CodeGen/X86/jump_sign.ll
parentbfd68a785810fcc4dfc82f583c4f2bea192d59f4 (diff)
downloadllvm-0f5e9b99fce8a9e21e592c0156d94ddbfde93d37.tar.gz
llvm-0f5e9b99fce8a9e21e592c0156d94ddbfde93d37.tar.bz2
llvm-0f5e9b99fce8a9e21e592c0156d94ddbfde93d37.tar.xz
The sense of this branch was backwards
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/jump_sign.ll')
-rw-r--r--test/CodeGen/X86/jump_sign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/jump_sign.ll b/test/CodeGen/X86/jump_sign.ll
index 2ef4026d93..aed39bf8a1 100644
--- a/test/CodeGen/X86/jump_sign.ll
+++ b/test/CodeGen/X86/jump_sign.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep js
+; RUN: llvm-as < %s | llc -march=x86 | grep jns
int %f(int %X) {
entry:
%tmp1 = add int %X, 1 ; <int> [#uses=1]