diff options
Diffstat (limited to 'test/Transforms/SCCP/global-alias-constprop.ll')
-rw-r--r-- | test/Transforms/SCCP/global-alias-constprop.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SCCP/global-alias-constprop.ll b/test/Transforms/SCCP/global-alias-constprop.ll index be7e083e6a67..8eac3ac18059 100644 --- a/test/Transforms/SCCP/global-alias-constprop.ll +++ b/test/Transforms/SCCP/global-alias-constprop.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -sccp -S | FileCheck %s +; RUN: opt < %s -passes=sccp -S | FileCheck %s @0 = private unnamed_addr constant [2 x i32] [i32 -1, i32 1] @"\01??_7A@@6B@" = unnamed_addr alias i32, getelementptr inbounds ([2 x i32], [2 x i32]* @0, i32 0, i32 1) |