Make tests register allocation independent again.
[oota-llvm.git] / test / FrontendAda / placeholder.adb
index f33c9a5ab89d543ec27e83dbcae605990e2af0c4..88908263f871ee6777c3850d498f824f035f9155 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 procedure Placeholder is
    subtype Bounded is Integer range 1 .. 5;
    type Vector is array (Bounded range <>) of Integer;