diff options
Diffstat (limited to 'test/Transforms/InstCombine/loadstore-alignment.ll')
-rw-r--r-- | test/Transforms/InstCombine/loadstore-alignment.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/loadstore-alignment.ll b/test/Transforms/InstCombine/loadstore-alignment.ll index a2fcbb0419..368b300452 100644 --- a/test/Transforms/InstCombine/loadstore-alignment.ll +++ b/test/Transforms/InstCombine/loadstore-alignment.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | grep {, align 16} | count 14 +; RUN: opt %s -instcombine -S | grep {, align 16} | count 14 @x = external global <2 x i64>, align 16 @xx = external global [13 x <2 x i64>], align 16 |