summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sub.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-07-26 22:45:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-07-26 22:45:39 +0000
commit25ad78332282cded86938d556d4ee2384158b671 (patch)
treeb3cf03e35582944ec0a0bc25b1d85b5fd9f4b893 /test/CodeGen/X86/sub.ll
parent162ee5c725fdfd327243dc11520afb88659f2ed4 (diff)
downloadllvm-25ad78332282cded86938d556d4ee2384158b671.tar.gz
llvm-25ad78332282cded86938d556d4ee2384158b671.tar.bz2
llvm-25ad78332282cded86938d556d4ee2384158b671.tar.xz
Update test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sub.ll')
-rw-r--r--test/CodeGen/X86/sub.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sub.ll b/test/CodeGen/X86/sub.ll
index 2a4d2d6e3f..ee5ea1d0fb 100644
--- a/test/CodeGen/X86/sub.ll
+++ b/test/CodeGen/X86/sub.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 < sub.ll | FileCheck %s
+; RUN: llc -march=x86 < %s | FileCheck %s
define i32 @test1(i32 %x) {
%xor = xor i32 %x, 31