1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/support
Chris Lattner d8cbdc4c67 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.

llvm-svn: 7589
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