diff options
author | Alon Mishne <alon.mishne@intel.com> | 2014-02-05 14:23:18 +0000 |
---|---|---|
committer | Alon Mishne <alon.mishne@intel.com> | 2014-02-05 14:23:18 +0000 |
commit | 0394c1e6156dcc2c6dc6f88712c32a8515770149 (patch) | |
tree | d0a7cc3f761275da1714935af1159a523cd3666d /llvm/lib/IR/DebugLoc.cpp | |
parent | d5c48aa3d384e58e964317cd549a7e217080a08c (diff) | |
download | bcm5719-llvm-0394c1e6156dcc2c6dc6f88712c32a8515770149.tar.gz bcm5719-llvm-0394c1e6156dcc2c6dc6f88712c32a8515770149.zip |
Test commit
llvm-svn: 200843
Diffstat (limited to 'llvm/lib/IR/DebugLoc.cpp')
-rw-r--r-- | llvm/lib/IR/DebugLoc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugLoc.cpp b/llvm/lib/IR/DebugLoc.cpp index fcb6f4194ea..44fa67eb229 100644 --- a/llvm/lib/IR/DebugLoc.cpp +++ b/llvm/lib/IR/DebugLoc.cpp @@ -116,7 +116,7 @@ DebugLoc DebugLoc::get(unsigned Line, unsigned Col, } /// getAsMDNode - This method converts the compressed DebugLoc node into a -/// DILocation compatible MDNode. +/// DILocation-compatible MDNode. MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { if (isUnknown()) return 0; |