The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendAda / array_range_ref.adb
index f7cba01ed815524c46c0c2d95082d6b85bf31caa..037c5aa8b6f012d1401fcedccc34895da0e55b64 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s -o /dev/null
+-- RUN: %llvmgcc -S %s
 procedure Array_Range_Ref is
    A : String (1 .. 3);
    B : String := A (A'RANGE)(1 .. 3);