Lower the i8 extension in memset to a multiply instead of a potentially long series...
[oota-llvm.git] / test / FrontendAda / array_ref.adb
index 093233a31ff939494c6f1e52cbb3d760e4eef0b1..2bf4b7988d6d1e205f2ad4bc91b4ca9e01966faf 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s -o /dev/null
+-- RUN: %llvmgcc -S %s
 procedure Array_Ref is
    type A is array (Natural range <>, Natural range <>) of Boolean;
    type A_Access is access A;