diff options
Diffstat (limited to 'llvm/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll b/llvm/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll index a127f5c5f34..29d59748234 100644 --- a/llvm/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll +++ b/llvm/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -globalopt | llvm-dis | FileCheck %s +; RUN: opt %s -globalopt -S | FileCheck %s ; Don't get fooled by the inbounds keyword; it doesn't change ; the computed address. |