OSDN Git Service

Subzero: Fix a build error against LLVM trunk.
authorJim Stichnoth <stichnot@chromium.org>
Wed, 31 Aug 2016 20:42:00 +0000 (13:42 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Wed, 31 Aug 2016 20:42:00 +0000 (13:42 -0700)
commit7c9728faead1368150bcaa8313bc460df29ea1b7
tree2c1425776e534f0b9ea6620a5c8fc467987a001f
parent29823f1c6b64ea6ba6bc399dfbe1de00b91ec41f
Subzero: Fix a build error against LLVM trunk.

LLVM commit 1d79fff9e65e77f84bf80c2cf4f0155bd167c90d changed the way ilist::reverse_iterator is converted to ilist::iterator.

See https://github.com/llvm-mirror/llvm/commit/1d79fff9e65e77f84bf80c2cf4f0155bd167c90d

BUG= none
R=kschimpf@google.com

Review URL: https://codereview.chromium.org/2297363002 .
src/IceInst.h
src/IceTargetLoweringARM32.cpp
src/IceTargetLoweringMIPS32.cpp
src/IceTargetLoweringX86BaseImpl.h