summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-08-15 13:58:04 +0000
committerTobias Grosser <tobias@grosser.es>2016-08-15 13:58:04 +0000
commit75b9c7df4dc6171967d8703a783a7f43aac2fa82 (patch)
treefb5005df5ad78ffe279406708ac95d44fda6158d
parent6e6264c142a1714af503dded632833c435dc66c0 (diff)
downloadbcm5719-llvm-75b9c7df4dc6171967d8703a783a7f43aac2fa82.tar.gz
bcm5719-llvm-75b9c7df4dc6171967d8703a783a7f43aac2fa82.zip
[test] Correct spelling in test case
and explicitly enable invariant load hoisting for this test case. llvm-svn: 278668
-rw-r--r--polly/test/ScopInfo/parameter-constant-division.ll (renamed from polly/test/ScopInfo/parameter-constat-division.ll)4
1 files changed, 3 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/parameter-constat-division.ll b/polly/test/ScopInfo/parameter-constant-division.ll
index 0454b28fc9b..942cf71951c 100644
--- a/polly/test/ScopInfo/parameter-constat-division.ll
+++ b/polly/test/ScopInfo/parameter-constant-division.ll
@@ -1,4 +1,6 @@
-; RUN: opt %loadPolly -polly-scops -analyze -S < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-scops \;
+; RUN: -polly-invariant-load-hoisting=true \
+; RUN: -analyze -S < %s | FileCheck %s
;
; CHECK: Invariant Accesses: {
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 0]
OpenPOWER on IntegriCloud