diff options
Diffstat (limited to 'test/Transforms/LICM/hoist-invariant-load.ll')
-rw-r--r-- | test/Transforms/LICM/hoist-invariant-load.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LICM/hoist-invariant-load.ll b/test/Transforms/LICM/hoist-invariant-load.ll index f9fc551..1ba94d6 100644 --- a/test/Transforms/LICM/hoist-invariant-load.ll +++ b/test/Transforms/LICM/hoist-invariant-load.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt < %s -licm -stats -S 2>&1 | grep "1 licm" @"\01L_OBJC_METH_VAR_NAME_" = internal global [4 x i8] c"foo\00", section "__TEXT,__objc_methname,cstring_literals", align 1 |