diff options
Diffstat (limited to 'llvm/test/Transforms/GlobalDCE/basicvariabletest.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalDCE/basicvariabletest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll b/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll index c883e58b84c..77ce3bcae74 100644 --- a/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll +++ b/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep global +; RUN: opt %s -globaldce | llvm-dis | not grep global @X = external global i32 @Y = internal global i32 7 |