From 0f5e9b99fce8a9e21e592c0156d94ddbfde93d37 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 13 Sep 2006 17:58:57 +0000 Subject: [PATCH] The sense of this branch was backwards git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30296 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/jump_sign.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/jump_sign.ll b/test/CodeGen/X86/jump_sign.ll index 2ef4026d933..aed39bf8a1e 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 ; [#uses=1]