Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/libclamav/c++/llvm/utils/TableGen/CallingConvEmitter.cpp

    r189 r319  
    170170        O << "\n" << IndentStr << "  State.getTarget().getTargetData()"
    171171          "->getABITypeAlignment(LocVT.getTypeForEVT(State.getContext()))";
     172      if (Action->isSubClassOf("CCAssignToStackWithShadow"))
     173        O << ", " << getQualifiedName(Action->getValueAsDef("ShadowReg"));
    172174      O << ");\n" << IndentStr
    173175        << "State.addLoc(CCValAssign::getMem(ValNo, ValVT, Offset"
Note: See TracChangeset for help on using the changeset viewer.