MC: rename MCW64UnwindInfo to MCWinFrameInfo
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 12 Jul 2014 20:49:09 +0000 (20:49 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 12 Jul 2014 20:49:09 +0000 (20:49 +0000)
commit8e69909cc2c2201c9b56b0833b1a4919c537a588
tree78c92eb449cdedbbeaeed8e85018908a0a467cb8
parentdafce2c9a66bd587a1cb8c4b3ff928a7bdd12bfa
MC: rename MCW64UnwindInfo to MCWinFrameInfo

This structure contains information related to the call frame used to generate
unwinding information.  Rename this to reflect the future use to represent the
shared state between various architectures for WinCFI information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212881 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCWin64EH.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCWin64EH.cpp