1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
Chris Lattner 9ceee53f9a Emit this:
static const TargetOperandInfo OperandInfo6[] = { { &PPC32::CRRCRegClass }, { 0 }, };

instead of this:

static const TargetOperandInfo OperandInfo6[] = { { PPC32::CRRCRegisterClass }, { 0 }, };

For operand information, which does not require dynamic (startup-time)
initialization.

llvm-svn: 22931
2005-08-19 20:29:14 +00:00
..
2005-04-19 15:34:36 +00:00
2005-04-22 00:00:37 +00:00
2005-04-22 00:00:37 +00:00
2005-04-22 00:00:37 +00:00
2005-08-19 20:29:14 +00:00
2005-08-19 17:58:11 +00:00
2005-08-19 17:58:49 +00:00
2005-04-22 00:00:37 +00:00
2005-04-22 00:00:37 +00:00