Use the target-aware constant folder on expressions to improve the chance
[oota-llvm.git] / test / ExecutionEngine / test-loadstore.ll
index 53155e8ac90a3a18f36046d7c5d2a45180137800..b9b779802cceb8d72cbc32c3ba3111355eb5f89b 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: lli %s > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
+; XFAIL: mcjit-ia32
 
 define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
        %V = load i8* %P                ; <i8> [#uses=1]