The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC / 2007-11-27-SExtZExt.c
index 2b6cd6232d52260eeca47a0e26c57c385144529c..8ea4786af3697d051f25300c06e30bd694fba4dd 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -emit-llvm -o - | grep "signext" | count 4
+// RUN: %llvmgcc -S %s -o - | grep "signext" | count 4
 
 signed char foo1() { return 1; }