aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/AsmCond.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-mc/AsmCond.h')
-rw-r--r--tools/llvm-mc/AsmCond.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/llvm-mc/AsmCond.h b/tools/llvm-mc/AsmCond.h
index 17201b9..92a115e 100644
--- a/tools/llvm-mc/AsmCond.h
+++ b/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