Add initializer.

llvm-svn: 121262
This commit is contained in:
Jim Grosbach 2010-12-08 15:36:45 +00:00
parent 4182a16930
commit d18f98b969
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace {
class ARMAsmBackend : public TargetAsmBackend {
bool isThumbMode; // Currently emitting Thumb code.
public:
ARMAsmBackend(const Target &T) : TargetAsmBackend() {}
ARMAsmBackend(const Target &T) : TargetAsmBackend(), isThumbMode(false) {}
bool MayNeedRelaxation(const MCInst &Inst) const;