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