summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnroll
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-09-28 02:45:42 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-09-28 02:45:42 +0000
commite87cf87e451df1e4b22a690a12fc56de7834d25a (patch)
tree0cd2cf3e195fca659b9e8116f4994c9aa420250a /test/Transforms/LoopUnroll
parenta420002dfe273464f9482252b32dcf2297c95bd5 (diff)
Use a BumpPtrAllocator for Loop objects
Summary: And now that we no longer have to explicitly free() the Loop instances, we can (with more ease) use the destructor of LoopBase to do what LoopBase::clear() was doing. Reviewers: chandlerc Subscribers: mehdi_amini, mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D38201 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopUnroll')
-rw-r--r--test/Transforms/LoopUnroll/unroll-loop-invalidation.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll b/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll
index e1e45ae156a..ea79d7164dc 100644
--- a/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll
+++ b/test/Transforms/LoopUnroll/unroll-loop-invalidation.ll
@@ -22,8 +22,8 @@
; CHECK: Running analysis: LoopAccessAnalysis on outer.header
; CHECK: Finished Loop pass manager run.
; CHECK: Running pass: LoopUnrollPass
-; CHECK: Clearing all analysis results for: <invalidated loop>
-; CHECK: Clearing all analysis results for: <invalidated loop>
+; CHECK: Clearing all analysis results for: inner2.header
+; CHECK: Clearing all analysis results for: outer.header
; CHECK: Invalidating all non-preserved analyses for: test
; CHECK: Invalidating all non-preserved analyses for: inner1.header
; CHECK: Invalidating analysis: LoopAccessAnalysis on inner1.header