Add generic simplification of associative operations, generalizing
[oota-llvm.git] / test / FrontendAda / array_ref.adb
index 9577e21ad70f759224758ef2d1360467228dab7e..2bf4b7988d6d1e205f2ad4bc91b4ca9e01966faf 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 procedure Array_Ref is
    type A is array (Natural range <>, Natural range <>) of Boolean;
    type A_Access is access A;