projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a682681
)
Fix doxygen comment to match function name.
author
Craig Topper
<craig.topper@gmail.com>
Wed, 3 Oct 2012 06:47:18 +0000
(06:47 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Wed, 3 Oct 2012 06:47:18 +0000
(06:47 +0000)
llvm-svn: 165094
llvm/lib/MC/MCSubtargetInfo.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/MC/MCSubtargetInfo.cpp
b/llvm/lib/MC/MCSubtargetInfo.cpp
index
8be07ee
..
80a1f02
100644
(file)
--- a/
llvm/lib/MC/MCSubtargetInfo.cpp
+++ b/
llvm/lib/MC/MCSubtargetInfo.cpp
@@
-19,7
+19,7
@@
using namespace llvm;
MCSchedModel MCSchedModel::DefaultSchedModel; // For unknown processors.
-///
ReInitMCSubtarget
Info - Set or change the CPU (optionally supplemented
+///
InitMCProcessor
Info - Set or change the CPU (optionally supplemented
/// with feature string). Recompute feature bits and scheduling model.
void
MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) {