diff options
Diffstat (limited to 'test/Assembler/2003-10-04-NotMergingGlobalConstants.ll')
-rw-r--r-- | test/Assembler/2003-10-04-NotMergingGlobalConstants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll index 10a0280..5fec05d 100644 --- a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll +++ b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null %T = type i32 @X = global i32* null ; <i32**> [#uses=0] |