XFAIL for now.
[oota-llvm.git] / test / ExecutionEngine / 2003-01-09-SARTest.ll
index b19a93172fec285a9233bb9b5dd48d0f68e34152..73f2900a1525163421630059b7353c481c37799d 100644 (file)
@@ -1,3 +1,6 @@
+; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc
+; RUN: lli %t.bc > /dev/null
+
 ; We were accidentally inverting the signedness of right shifts.  Whoops.
 
 int %main() {