[PATCH] D13183: Change arc-cxx11-init-list.mm to work with upcoming SCEV changes.

2015-09-26 Thread Sanjoy Das via cfe-commits
sanjoy created this revision. sanjoy added a reviewer: compnerd. sanjoy added a subscriber: cfe-commits. The store being checked for in arc-cxx11-init-list.mm is a store to an unescaped alloca. After an uncoming change to ScalarEvolution, LLVM is able to elide the store, so adjust the test accord

Re: [PATCH] D13183: Change arc-cxx11-init-list.mm to work with upcoming SCEV changes.

2015-09-26 Thread Sanjoy Das via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL248632: Change arc-cxx11-init-list.mm to work with upcoming SCEV changes. (authored by sanjoy). Changed prior to commit: http://reviews.llvm.org/D13183?vs=35777&id=35778#toc Repository: rL LLVM http