- 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/utils/TableGen/CallingConvEmitter.cpp ¶
r189 r319 170 170 O << "\n" << IndentStr << " State.getTarget().getTargetData()" 171 171 "->getABITypeAlignment(LocVT.getTypeForEVT(State.getContext()))"; 172 if (Action->isSubClassOf("CCAssignToStackWithShadow")) 173 O << ", " << getQualifiedName(Action->getValueAsDef("ShadowReg")); 172 174 O << ");\n" << IndentStr 173 175 << "State.addLoc(CCValAssign::getMem(ValNo, ValVT, Offset"
Note:
See TracChangeset
for help on using the changeset viewer.