- Timestamp:
- Apr 19, 2011, 11:12:07 PM (14 years ago)
- Location:
- clamav/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clamav/trunk ¶
-
Property svn:mergeinfo
set to
/clamav/vendor/0.97 merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified clamav/trunk/libclamav/c++/llvm/lib/Target/PowerPC/PPCTargetMachine.h ¶
r189 r319 20 20 #include "PPCInstrInfo.h" 21 21 #include "PPCISelLowering.h" 22 #include "PPCSelectionDAGInfo.h" 22 23 #include "llvm/Target/TargetMachine.h" 23 24 #include "llvm/Target/TargetData.h" … … 36 37 PPCJITInfo JITInfo; 37 38 PPCTargetLowering TLInfo; 39 PPCSelectionDAGInfo TSInfo; 38 40 InstrItineraryData InstrItins; 39 41 … … 45 47 virtual const PPCFrameInfo *getFrameInfo() const { return &FrameInfo; } 46 48 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } 47 virtual PPCTargetLowering *getTargetLowering() const { 48 return const_cast<PPCTargetLowering*>(&TLInfo); 49 virtual const PPCTargetLowering *getTargetLowering() const { 50 return &TLInfo; 51 } 52 virtual const PPCSelectionDAGInfo* getSelectionDAGInfo() const { 53 return &TSInfo; 49 54 } 50 55 virtual const PPCRegisterInfo *getRegisterInfo() const {
Note:
See TracChangeset
for help on using the changeset viewer.