diff options
Diffstat (limited to 'llvm/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll b/llvm/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll index 2a398468bee..f1da36a1376 100644 --- a/llvm/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll +++ b/llvm/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -globaldce +; RUN: opt %s -globaldce ; @X = global void ()* @func ; <void ()**> [#uses=0] |