OSDN Git Service

Use iterators rather than indices to make this forwards-compatible with a change...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 22 Dec 2014 21:26:38 +0000 (21:26 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 22 Dec 2014 21:26:38 +0000 (21:26 +0000)
commit1b153045997072ec74f84f8ec2cb89ec362cfd39
treeb25a2687fd32388f96953278a1c9856ada4d92f5
parentd39a5d49b43d7757a13ee89612ae592d2360381b
Use iterators rather than indices to make this forwards-compatible with a change to the underlying container (to std::list)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224734 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp