Update test.

llvm-svn: 136170
This commit is contained in:
Benjamin Kramer 2011-07-26 22:45:39 +00:00
parent 19520147fc
commit a79c1e0589
1 changed files with 1 additions and 1 deletions

View File

@ -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