diff options
Diffstat (limited to 'test/Transforms/LICM/loopsink.ll')
-rw-r--r-- | test/Transforms/LICM/loopsink.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LICM/loopsink.ll b/test/Transforms/LICM/loopsink.ll index 5004752d10314..b203ea8b51ade 100644 --- a/test/Transforms/LICM/loopsink.ll +++ b/test/Transforms/LICM/loopsink.ll @@ -1,4 +1,5 @@ ; RUN: opt -S -loop-sink < %s | FileCheck %s +; RUN: opt -S -passes=loop-sink < %s | FileCheck %s @g = global i32 0, align 4 |