aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-06-19 05:33:57 +0000
committerBob Wilson <bob.wilson@apple.com>2010-06-19 05:33:57 +0000
commit8d7f162c51100a24ac72c89d94b48bd892a7433e (patch)
tree23dbf0cfdd0aaecba5ba5649e2c5c783e5ba6bc8 /lib/VMCore/Module.cpp
parentdbe1ce39595800f1976e70bda0fc386bdec1d406 (diff)
downloadexternal_llvm-8d7f162c51100a24ac72c89d94b48bd892a7433e.zip
external_llvm-8d7f162c51100a24ac72c89d94b48bd892a7433e.tar.gz
external_llvm-8d7f162c51100a24ac72c89d94b48bd892a7433e.tar.bz2
Tidy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r--lib/VMCore/Module.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp
index a4c3d2e..a06911f 100644
--- a/lib/VMCore/Module.cpp
+++ b/lib/VMCore/Module.cpp
@@ -312,7 +312,7 @@ GlobalAlias *Module::getNamedAlias(StringRef Name) const {
/// getNamedMetadata - Return the first NamedMDNode in the module with the
/// specified name. This method returns null if a NamedMDNode with the
-//// specified name is not found.
+/// specified name is not found.
NamedMDNode *Module::getNamedMetadata(StringRef Name) const {
return NamedMDSymTab->lookup(Name);
}
@@ -320,7 +320,7 @@ NamedMDNode *Module::getNamedMetadata(StringRef Name) const {
NamedMDNode *Module::getNamedMetadataUsingTwine(Twine Name) const {
SmallString<256> NameData;
StringRef NameRef = Name.toStringRef(NameData);
- return NamedMDSymTab->lookup(NameRef);
+ return NamedMDSymTab->lookup(NameRef);
}
/// getOrInsertNamedMetadata - Return the first named MDNode in the module