[ARM] Use the correct variable name and unbreak buildbot.

llvm-svn: 236880
This commit is contained in:
Davide Italiano 2015-05-08 16:49:18 +00:00
parent 2312bd3811
commit d3142ec82b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public:
const AtomLayout *appendAtom(const Atom *atom) override {
const DefinedAtom *definedAtom = cast<DefinedAtom>(atom);
assert(atom->contentType() == DefinedAtom::typeARMExidx &&
assert(definedAtom->contentType() == DefinedAtom::typeARMExidx &&
"atom content type for .ARM.exidx section has to be typeARMExidx");
DefinedAtom::Alignment atomAlign = definedAtom->alignment();