R600: Add support for i16 and i8 global stores
[oota-llvm.git] / test / ExecutionEngine / 2003-05-06-LivenessClobber.ll
index 57fe95b2d915b38ceaed4d6159fbf0117d440f7b..6f61aa68b67e3c1c8114fb629ad1bac482228181 100644 (file)
@@ -1,6 +1,7 @@
-; This testcase shoudl return with an exit code of 1.
+; This testcase should return with an exit code of 1.
 ;
-; RUN: llvm-as < %s | not lli
+; RUN: not %lli %s
+; XFAIL: arm
 
 @test = global i64 0           ; <i64*> [#uses=1]