The sense of this branch was backwards
authorChris Lattner <sabre@nondot.org>
Wed, 13 Sep 2006 17:58:57 +0000 (17:58 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Sep 2006 17:58:57 +0000 (17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30296 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/jump_sign.ll

index 2ef4026d93324ca18afb2796a3c04b63b4a234be..aed39bf8a1ececfc387a16e96645441ec25be634 100644 (file)
@@ -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]