diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-07-26 22:45:39 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-07-26 22:45:39 +0000 |
commit | a79c1e0589751888566eaa18ee96f16dcf0c139e (patch) | |
tree | 331d04af8b8026de75842b8f3990e260970258f5 | |
parent | 19520147fc76bcc78d474c9a844bedfea39e85c0 (diff) | |
download | bcm5719-llvm-a79c1e0589751888566eaa18ee96f16dcf0c139e.tar.gz bcm5719-llvm-a79c1e0589751888566eaa18ee96f16dcf0c139e.zip |
Update test.
llvm-svn: 136170
-rw-r--r-- | llvm/test/CodeGen/X86/sub.ll | 2 |
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 |