llvm/support
Chris Lattner d7efef9d14 The CodeEmitterGenerator used to consider ANY uninitialized field as being an
operand (unless it's annul or predict).  Now we only consider fields to be
operands if they are uninitialized AND used in the "Inst" field.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7589 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-05 03:53:04 +00:00
..
lib/Support Move debug functionality to Debug.cpp/Debug.h 2003-08-01 22:15:41 +00:00
tools The CodeEmitterGenerator used to consider ANY uninitialized field as being an 2003-08-05 03:53:04 +00:00