Add definitions for the PPC a2q core marked as having QPX available
[oota-llvm.git] / test / CodeGen / PowerPC / load-constant-addr.ll
index d2be04efd03667e1b4e5bbd5f91c2636dbf8cd21..f1d061c1ad5a287fe282b8f2c1ec195749c126cf 100644 (file)
@@ -1,6 +1,6 @@
 ; Should fold the ori into the lfs.
-; RUN: llvm-as < %s | llc -march=ppc32 | grep lfs
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep ori
+; RUN: llc < %s -march=ppc32 | grep lfs
+; RUN: llc < %s -march=ppc32 | not grep ori
 
 define float @test() {
         %tmp.i = load float* inttoptr (i32 186018016 to float*)         ; <float> [#uses=1]