summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSubtargetInfo.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-09-17 22:19:12 +0000
committerAndrew Trick <atrick@apple.com>2012-09-17 22:19:12 +0000
commita2a47d1c50a7acecd729109c334ce3c496f0d549 (patch)
treebaa1be9cb377adfaf5e845c3f61bfa565d3de3e5 /include/llvm/MC/MCSubtargetInfo.h
parent12886db4a7af74f17281695320c40248cb263f55 (diff)
downloadllvm-a2a47d1c50a7acecd729109c334ce3c496f0d549.tar.gz
llvm-a2a47d1c50a7acecd729109c334ce3c496f0d549.tar.bz2
llvm-a2a47d1c50a7acecd729109c334ce3c496f0d549.tar.xz
InitMCProcessor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCSubtargetInfo.h')
-rw-r--r--include/llvm/MC/MCSubtargetInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/MC/MCSubtargetInfo.h b/include/llvm/MC/MCSubtargetInfo.h
index d5e15d4842..451f435fe3 100644
--- a/include/llvm/MC/MCSubtargetInfo.h
+++ b/include/llvm/MC/MCSubtargetInfo.h
@@ -68,9 +68,9 @@ public:
return FeatureBits;
}
- /// ReInitMCSubtargetInfo - Change CPU (and optionally supplemented with
- /// feature string), recompute and return feature bits.
- uint64_t ReInitMCSubtargetInfo(StringRef CPU, StringRef FS);
+ /// InitMCProcessorInfo - Set or change the CPU (optionally supplemented with
+ /// feature string). Recompute feature bits and scheduling model.
+ void InitMCProcessorInfo(StringRef CPU, StringRef FS);
/// ToggleFeature - Toggle a feature and returns the re-computed feature
/// bits. This version does not change the implied bits.