diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-12-07 23:16:57 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-12-07 23:16:57 +0000 |
| commit | e94d843e43d1b87f843de276381eaf9b13b487dd (patch) | |
| tree | 66ca31b77ba8a5a14c46678361c231166d9e4e7f /llvm/lib/Target/XCore | |
| parent | 8ecd491e7560eb8c451220414ec849b180462105 (diff) | |
| download | bcm5719-llvm-e94d843e43d1b87f843de276381eaf9b13b487dd.tar.gz bcm5719-llvm-e94d843e43d1b87f843de276381eaf9b13b487dd.zip | |
s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future.
llvm-svn: 169651
Diffstat (limited to 'llvm/lib/Target/XCore')
| -rw-r--r-- | llvm/lib/Target/XCore/XCoreFrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreFrameLowering.cpp b/llvm/lib/Target/XCore/XCoreFrameLowering.cpp index b3d03648579..9257226f800 100644 --- a/llvm/lib/Target/XCore/XCoreFrameLowering.cpp +++ b/llvm/lib/Target/XCore/XCoreFrameLowering.cpp @@ -98,7 +98,7 @@ void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const { DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); bool FP = hasFP(MF); - const AttrListPtr &PAL = MF.getFunction()->getAttributes(); + const AttributeSet &PAL = MF.getFunction()->getAttributes(); for (unsigned I = 0, E = PAL.getNumAttrs(); I != E; ++I) if (PAL.getAttributesAtIndex(I).hasAttribute(Attributes::Nest)) { |

