summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-mc/AsmCond.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-mc/AsmCond.h b/llvm/tools/llvm-mc/AsmCond.h
index 17201b968fd..92a115eb803 100644
--- a/llvm/tools/llvm-mc/AsmCond.h
+++ b/llvm/tools/llvm-mc/AsmCond.h
@@ -31,6 +31,8 @@ public:
ConditionalAssemblyType TheCond;
bool CondMet;
bool Ignore;
+
+ AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
};
} // end namespace llvm
OpenPOWER on IntegriCloud