summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
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
commita79c1e0589751888566eaa18ee96f16dcf0c139e (patch)
tree331d04af8b8026de75842b8f3990e260970258f5 /llvm/test/CodeGen
parent19520147fc76bcc78d474c9a844bedfea39e85c0 (diff)
downloadbcm5719-llvm-a79c1e0589751888566eaa18ee96f16dcf0c139e.tar.gz
bcm5719-llvm-a79c1e0589751888566eaa18ee96f16dcf0c139e.zip
Update test.
llvm-svn: 136170
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/sub.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sub.ll b/llvm/test/CodeGen/X86/sub.ll
index 2a4d2d6e3fc..ee5ea1d0fb6 100644
--- a/llvm/test/CodeGen/X86/sub.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud