CodeGen: rename Win64 ExceptionHandling to WinEH
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 29 Jun 2014 21:43:47 +0000 (21:43 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 29 Jun 2014 21:43:47 +0000 (21:43 +0000)
commit67b548154ea08dd9c0e3456c2d7c82803fe2d64b
treeeab169feada64590bdbe20542e633943ddd756a4
parentf94e7d74f7c231151ab2c92882f585e625cd03f6
CodeGen: rename Win64 ExceptionHandling to WinEH

This exception format is not specific to Windows x64.  A similar approach is
taken on nearly all architectures.  Generalise the name to reflect reality.
This will eventually be used for Windows on ARM data emission as well.

Switch the enum and namespace into an enum class.

llvm-svn: 212000
llvm/include/llvm/MC/MCAsmInfo.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/Passes.cpp
llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
llvm/lib/Target/X86/X86FrameLowering.cpp