diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-01-25 20:47:58 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-01-25 20:47:58 +0000 |
commit | a506b00d142b04ddaba776d4a8bd5d85b87aeea8 (patch) | |
tree | 4a4d1ac2ebba6d6d224636e2dcd1d83cb8e0986b /include | |
parent | 4f070b0fe0a8c07137789d8cb5b2c087b62ad1f5 (diff) | |
download | external_llvm-a506b00d142b04ddaba776d4a8bd5d85b87aeea8.zip external_llvm-a506b00d142b04ddaba776d4a8bd5d85b87aeea8.tar.gz external_llvm-a506b00d142b04ddaba776d4a8bd5d85b87aeea8.tar.bz2 |
This is no trule.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index fdf6e96..dd32de9 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -705,7 +705,7 @@ namespace llvm { return getType().isBlockByrefStruct(); } - /// isInlinedFnArgument - Return trule if this variable provides debugging + /// isInlinedFnArgument - Return true if this variable provides debugging /// information for an inlined function arguments. bool isInlinedFnArgument(const Function *CurFn); |