Rename all the M_* flags to be namespace qualified enums, and switch
authorChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 06:42:05 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 06:42:05 +0000 (06:42 +0000)
commit0ff23966feb90618bec4d085095ffbc28426e691
treee04a0cb0cec930ba0142880ca192359936aaa901
parentc17d69fa1e084668d6bb27441dbb505e2024f579
Rename all the M_* flags to be namespace qualified enums, and switch
all clients over to using predicates instead of these flags directly.
These are now private values which are only to be used to statically
initialize the tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45692 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/Target/ARM/ARMInstrInfo.cpp
utils/TableGen/InstrInfoEmitter.cpp