From 7641cf8e4de959540c2ce35ebc156b2967d97414 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 8 Aug 2009 11:26:50 +0000 Subject: Always initialize AsmConds. llvm-svn: 78463 --- llvm/tools/llvm-mc/AsmCond.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/tools/llvm-mc') 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 -- cgit v1.2.3