The sense of this branch was backwards

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-09-13 17:58:57 +00:00
parent bfd68a7858
commit 0f5e9b99fc

View 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]