Stop using the `Offset' variable, as we are cycling through the bits of a field
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 7 Jul 2003 22:30:44 +0000 (22:30 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 7 Jul 2003 22:30:44 +0000 (22:30 +0000)
commit48aa8242799b639526b8b696260045be0c0c0139
tree28f128fb8475c9b40bd48a4d5e28a043efc32ba2
parent29abc971009cf4b18c02e7e972de92d98aef3784
Stop using the `Offset' variable, as we are cycling through the bits of a field
initializer and the loop index variable already carries the offset information
that we need.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7123 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeEmitterGen.cpp