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)
commit9a6f2836db75968682b3ed98bfe642000bcbd815
treefc1799eb3e60d9c47def7c3fe5486c99c0e7a3e0
parentba4e00f04a52a6d0aa019f82920a9ae7463e15b7
Use iterators rather than indices to make this forwards-compatible with a change to the underlying container (to std::list)

llvm-svn: 224734
llvm/utils/TableGen/AsmMatcherEmitter.cpp