Always initialize AsmConds.

llvm-svn: 78463
This commit is contained in:
Benjamin Kramer 2009-08-08 11:26:50 +00:00
parent 611307108c
commit 7641cf8e4d
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ public:
ConditionalAssemblyType TheCond;
bool CondMet;
bool Ignore;
AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
};
} // end namespace llvm