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