diff options
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/TargetMachine.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index f5065bf..c0985f3 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/lib/Target/TargetMachine.cpp @@ -262,11 +262,6 @@ TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { return Model; } -/// Returns the optimization level: None, Less, Default, or Aggressive. -CodeGenOptLevel TargetMachine::getOptLevel() const { return OptLevel; } - -void TargetMachine::setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } - TargetTransformInfo TargetMachine::getTargetTransformInfo(const Function &F) const { return TargetTransformInfo(F.getDataLayout()); |