Add intrinsics for the zext / sext instructions.
[oota-llvm.git] / test / CodeGen / XCore / unaligned_load.ll
index c1372ed42f9ac24217cb40e2fb170c14394e7e30..0ee8e1c32667b3f43334506a2e866fbe73d17cd4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
 ; RUN: grep "bl __misaligned_load" %t1.s | count 1
 ; RUN: grep ld16s %t1.s | count 2
 ; RUN: grep ldw %t1.s | count 2