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)
commit36c789f00e15869fd74c7c52817b591c68ea2146
treebaf9937d5e34ef189309380561207d72404caaf1
parent622520e70f5db893be1ed14ef54528aaea607701
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212000 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/Passes.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/X86FrameLowering.cpp