llvm-6502/include
Alkis Evlogimenos 4d7af65903 Change interface of MachineOperand as follows:
a) remove opIsUse(), opIsDefOnly(), opIsDefAndUse()
    b) add isUse(), isDef()
    c) rename opHiBits32() to isHiBits32(),
              opLoBits32() to isLoBits32(),
              opHiBits64() to isHiBits64(),
              opLoBits64() to isLoBits64().

This results to much more readable code, for example compare
"op.opIsDef() || op.opIsDefAndUse()" to "op.isDef()" a pattern used
very often in the code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10461 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-14 13:24:17 +00:00
..
boost
Config Regenerated using autoheader-2.57 2003-12-08 00:57:01 +00:00
llvm Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
Support Lock abstraction, introduced with a view toward making the JIT thread-safe. 2003-12-01 21:33:31 +00:00