aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/funclet.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/funclet.ll')
-rw-r--r--test/Transforms/LICM/funclet.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LICM/funclet.ll b/test/Transforms/LICM/funclet.ll
index ef4be2969151..9bdc6dbcde88 100644
--- a/test/Transforms/LICM/funclet.ll
+++ b/test/Transforms/LICM/funclet.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -licm -S | FileCheck %s
+; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,loop(licm)' < %s -S | FileCheck %s
target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
target triple = "i386-pc-windows-msvc18.0.0"