diff options
author | Eric Christopher <echristo@gmail.com> | 2013-02-22 23:49:58 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-02-22 23:49:58 +0000 |
commit | 4e7cd1c2daf9d576af127c1c035cede64258de80 (patch) | |
tree | 52ffefd2bba5194d83704b60576aa83073dd4b6e /include | |
parent | d99a5a3ab4d47c6532bcf17a01677b1730599057 (diff) | |
download | external_llvm-4e7cd1c2daf9d576af127c1c035cede64258de80.zip external_llvm-4e7cd1c2daf9d576af127c1c035cede64258de80.tar.gz external_llvm-4e7cd1c2daf9d576af127c1c035cede64258de80.tar.bz2 |
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175931 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 4fc90b4..88ba994 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -187,7 +187,7 @@ namespace llvm { /// isMain - Each input file is encoded as a separate compile unit in LLVM /// debugging information output. However, many target specific tool chains /// prefer to encode only one compile unit in an object file. In this - /// situation, the LLVM code generator will include debugging information + /// situation, the LLVM code generator will include debugging information /// entities in the compile unit that is marked as main compile unit. The /// code generator accepts maximum one main compile unit per module. If a /// module does not contain any main compile unit then the code generator |