forked from OSchip/llvm-project
[ms-inline asm] Mark getClobber() const.
llvm-svn: 161912
This commit is contained in:
parent
95c841eaa0
commit
068e4775f8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue