aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenTypes.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-30 22:26:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-30 22:26:07 +0000
commitf858da63ace0c810b6d6c67b3784b230c7d2417b (patch)
tree220a9d316c0db23919324200b6d50e8cbfd31407 /lib/CodeGen/CodeGenTypes.cpp
parente2f5ba9d80cfadbb3e1dafb9f375eb526f669b85 (diff)
Minor formatting/FIXME cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.cpp')
-rw-r--r--lib/CodeGen/CodeGenTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTypes.cpp b/lib/CodeGen/CodeGenTypes.cpp
index 4feca4dd7d..4f37537769 100644
--- a/lib/CodeGen/CodeGenTypes.cpp
+++ b/lib/CodeGen/CodeGenTypes.cpp
@@ -477,7 +477,7 @@ void CodeGenTypes::addFieldInfo(const FieldDecl *FD, unsigned No) {
FieldInfo[FD] = No;
}
-/// getBitFieldInfo - Return the BitFieldInfo that corresponds to the field FD.
+/// getBitFieldInfo - Return the BitFieldInfo that corresponds to the field FD.
CodeGenTypes::BitFieldInfo CodeGenTypes::getBitFieldInfo(const FieldDecl *FD) {
llvm::DenseMap<const FieldDecl *, BitFieldInfo>::iterator
I = BitFields.find(FD);