diff options
Diffstat (limited to 'test/Assembler/2002-04-29-NameBinding.ll')
-rw-r--r-- | test/Assembler/2002-04-29-NameBinding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-04-29-NameBinding.ll b/test/Assembler/2002-04-29-NameBinding.ll index 2e10b2eaea..1ba9270fcf 100644 --- a/test/Assembler/2002-04-29-NameBinding.ll +++ b/test/Assembler/2002-04-29-NameBinding.ll @@ -4,7 +4,7 @@ ; Check by running globaldce, which will remove the constant if there are ; no references to it! ; -; RUN: opt %s -globaldce | llvm-dis | \ +; RUN: opt %s -globaldce -S | \ ; RUN: not grep constant ; |