From: Benjamin Kramer Date: Tue, 26 Jul 2011 22:45:39 +0000 (+0000) Subject: Update test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=25ad78332282cded86938d556d4ee2384158b671;p=oota-llvm.git Update test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136170 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/sub.ll b/test/CodeGen/X86/sub.ll index 2a4d2d6e3fc..ee5ea1d0fb6 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