llvm-mirror/include
Andrew Trick 4d16c1f958 Added TargetRegisterInfo::getAllocatableClass.
The ensures that virtual registers always belong to an allocatable class.
If your target attempts to create a vreg for an operand that has no
allocatable register subclass, you will crash quickly.

This ensures that targets define register classes as intended.

llvm-svn: 156046
2012-05-03 01:14:37 +00:00
..
llvm Added TargetRegisterInfo::getAllocatableClass. 2012-05-03 01:14:37 +00:00
llvm-c [llvm-c] Make a few function declarations proper prototypes 2012-05-02 16:15:32 +00:00