Enhance LICM to promote alias sets whose pointers themselves are stored,
[oota-llvm.git] / test / FrontendAda / negative_field_offset.adb
index f8b85108504dbe7530f6405aa0ffa04c925196c6..ec8184dde47b4b0fb9282c23ca498123ebc1d40d 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 with System;
 procedure Negative_Field_Offset (N : Integer) is
    type String_Pointer is access String;