[ms-inline asm] Mark getClobber() const.

llvm-svn: 161912
This commit is contained in:
Chad Rosier 2012-08-15 00:41:20 +00:00
parent 95c841eaa0
commit 068e4775f8
1 changed files with 1 additions and 1 deletions

View File

@ -1660,7 +1660,7 @@ public:
//===--- Other ---===//
unsigned getNumClobbers() const { return NumClobbers; }
StringRef getClobber(unsigned i) { return Clobbers[i]; }
StringRef getClobber(unsigned i) const { return Clobbers[i]; }
SourceRange getSourceRange() const LLVM_READONLY {
return SourceRange(AsmLoc, EndLoc);