Make this use a public accessor too.

llvm-svn: 141752
This commit is contained in:
Eric Christopher 2011-10-12 00:38:05 +00:00
parent a9e33d44a6
commit 7c8798baea
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ namespace llvm {
class DILexicalBlockFile : public DIScope {
public:
explicit DILexicalBlockFile(const MDNode *N = 0) : DIScope(N) {}
DIScope getContext() const { return getScope().getFieldAs<DIScope>(1); }
DIScope getContext() const { return getScope().getContext(); }
unsigned getLineNumber() const { return getScope().getLineNumber(); }
unsigned getColumnNumber() const { return getScope().getColumnNumber(); }
StringRef getDirectory() const {