X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FMC%2FMCAsmInfo.h;h=f72959a5c5a066d79a92fee52922115090455ef5;hp=9bb0fa63c523f6a2d693fcad458e8dc264d2c348;hb=cf0db29df20d9c665da7e82bb261bdd7cf7f1b2b;hpb=883d498abf4db0e059a1250147e07f4e9c47d9e3 diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h index 9bb0fa63c52..f72959a5c5a 100644 --- a/include/llvm/MC/MCAsmInfo.h +++ b/include/llvm/MC/MCAsmInfo.h @@ -39,7 +39,7 @@ enum class EncodingType { X86, /// Windows x86, uses no CFI, just EH tables MIPS = Alpha, }; -} +} // namespace WinEH enum class ExceptionHandling { None, /// No exception support @@ -555,6 +555,6 @@ public: bool shouldUseLogicalShr() const { return UseLogicalShr; } }; -} +} // namespace llvm #endif