XFAIL for now.
[oota-llvm.git] / test / ExecutionEngine / test-loadstore.ll
index 35a2c5fcb151ac074d55a5ba5982a8e8a2fd9920..8a4b7933d18b7ce6c9f8ca34883eda36eb24238d 100644 (file)
@@ -1,3 +1,6 @@
+; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
+; RUN: lli %t.bc > /dev/null
+
 
 void %test(sbyte* %P, short* %P, int* %P, long* %P) {
        %V = load sbyte* %P