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