diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-13 17:58:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-13 17:58:57 +0000 |
commit | 0f5e9b99fce8a9e21e592c0156d94ddbfde93d37 (patch) | |
tree | cee18023b1ccd7a9dc0f01ab673e413188d79d94 /test/CodeGen/X86/jump_sign.ll | |
parent | bfd68a785810fcc4dfc82f583c4f2bea192d59f4 (diff) |
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.ll | 2 |
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] |