Fix an infinite alternation in JumpThreading where two transforms would repeatedly...
[oota-llvm.git] / test / FrontendAda / array_constructor.adb
index de64b45a1e3e630a92f932e934dfab0393144547..13517c7565a53c154d95fc6dfc41484e904baaa1 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 procedure Array_Constructor is
    A : array (Integer range <>) of Boolean := (True, False);
 begin