Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be const...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 2 Sep 2008 06:51:36 +0000 (06:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 2 Sep 2008 06:51:36 +0000 (06:51 +0000)
commitacff339e391d23e748b69f61ae5c27fd5620c69f
tree74ccefbef7593e6745946f0ae617e9377d011e7f
parented63214fcbebcaf989dbc6a5bf7c3b6df67732f5
Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be const. Make corresponding changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55623 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Alpha/AlphaCodeEmitter.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
utils/TableGen/CodeEmitterGen.cpp