From 5d376066df933cff7061b9a887b148c9224fb407 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 15 May 2014 23:27:49 +0000 Subject: Move more MC options into the MCTargetOptions structure. No functional change. llvm-svn: 208932 --- llvm/lib/MC/MCTargetOptions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/MC') diff --git a/llvm/lib/MC/MCTargetOptions.cpp b/llvm/lib/MC/MCTargetOptions.cpp index 0bcfce9eac9..e1b6a5889d8 100644 --- a/llvm/lib/MC/MCTargetOptions.cpp +++ b/llvm/lib/MC/MCTargetOptions.cpp @@ -13,6 +13,7 @@ namespace llvm { MCTargetOptions::MCTargetOptions() : SanitizeAddress(false), MCRelaxAll(false), MCNoExecStack(false), - MCSaveTempLabels(false), MCUseDwarfDirectory(false) {} + MCSaveTempLabels(false), MCUseDwarfDirectory(false), + ShowMCEncoding(false), ShowMCInst(false) {} } // end namespace llvm -- cgit v1.2.3