summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2016-06-24 20:13:42 +0000
committerMichael Kuperstein <mkuper@google.com>2016-06-24 20:13:42 +0000
commitf3f8fc6a204a353edf3c7f80b5612689d58d0edc (patch)
tree3fb7df501186e72f0e384dc8ef8619752ecb4fe5 /test
parent7748b9996e8aae16e990313b943cf46f6ae58098 (diff)
[PM] Port PreISelIntrinsicLowering to the new PM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/PreISelIntrinsicLowering/load-relative.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/PreISelIntrinsicLowering/load-relative.ll b/test/Transforms/PreISelIntrinsicLowering/load-relative.ll
index 56bedd9b101..43cb0cc5a1d 100644
--- a/test/Transforms/PreISelIntrinsicLowering/load-relative.ll
+++ b/test/Transforms/PreISelIntrinsicLowering/load-relative.ll
@@ -1,4 +1,5 @@
; RUN: opt -pre-isel-intrinsic-lowering -S -o - %s | FileCheck %s
+; RUN: opt -passes='pre-isel-intrinsic-lowering' -S -o - %s | FileCheck %s
; CHECK: define i8* @foo32(i8* [[P:%.*]], i32 [[O:%.*]])
define i8* @foo32(i8* %p, i32 %o) {