diff options
Diffstat (limited to 'test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll')
-rw-r--r-- | test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll b/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll index 2a398468beec..740f7201a348 100644 --- a/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll +++ b/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] |