diff options
author | Jan Wen Voung <jvoung@google.com> | 2012-10-11 21:45:16 +0000 |
---|---|---|
committer | Jan Wen Voung <jvoung@google.com> | 2012-10-11 21:45:16 +0000 |
commit | 8c9e94119682db6ffbfe4b5803b40e9bf6525394 (patch) | |
tree | 4fb986fbb3178279befa64fb5c5fb6bbee03f42c /llvm/lib/Bitcode/Reader | |
parent | dc12c4505865fde26438e7df6e96e3bb9bba15fd (diff) | |
download | bcm5719-llvm-8c9e94119682db6ffbfe4b5803b40e9bf6525394.tar.gz bcm5719-llvm-8c9e94119682db6ffbfe4b5803b40e9bf6525394.zip |
Fix some typos 165739, spotted by Duncan.
llvm-svn: 165753
Diffstat (limited to 'llvm/lib/Bitcode/Reader')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.h b/llvm/lib/Bitcode/Reader/BitcodeReader.h index c5e97991b92..3d5c0eb4def 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.h +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.h @@ -180,7 +180,7 @@ class BitcodeReader : public GVMaterializer { DenseMap<Function*, std::vector<BlockAddrRefTy> > BlockAddrFwdRefs; /// UseRelativeIDs - Indicates that we are using a new encoding for - /// instrunction operands where most operands in the current + /// instruction operands where most operands in the current /// FUNCTION_BLOCK are encoded relative to the instruction number, /// for a more compact encoding. Some instruction operands are not /// relative to the instruction ID: basic block numbers, and types. |