Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
[oota-llvm.git] / test / CodeGen / X86 / sub.ll
index 2a4d2d6e3fce70c885f8dec6ae572ef389966a29..ee5ea1d0fb6e0d18cad0b5b72fd6e2653983f6a6 100644 (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