MC: rename MCW64UnwindInfo to MCWinFrameInfo
[oota-llvm.git] / lib / MC / MCAsmStreamer.cpp
index 6973bbb4199c516ed02e9534cdb24bbc7ae33134..b48458c70dd062dd80b47957f66ca8304201e919 100644 (file)
@@ -1109,7 +1109,7 @@ void MCAsmStreamer::EmitWinEHHandlerData() {
   // cause the section switch to be visible in the emitted assembly.
   // We only do this so the section switch that terminates the handler
   // data block is visible.
-  MCWin64EHUnwindInfo *CurFrame = getCurrentW64UnwindInfo();
+  MCWinFrameInfo *CurFrame = getCurrentW64UnwindInfo();
   StringRef suffix=MCWin64EHUnwindEmitter::GetSectionSuffix(CurFrame->Function);
   const MCSection *xdataSect = getWin64EHTableSection(suffix, getContext());
   if (xdataSect)