summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-03-14 19:09:52 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-03-14 19:09:52 +0000
commit44ebe00158326fbf68bffe86601637bbb6681041 (patch)
tree37c6a2c0185220855d592f31e479faf0c9219588
parentec613665c2903d160cee9a54fd10fe2c5b37208d (diff)
downloadbcm5719-llvm-44ebe00158326fbf68bffe86601637bbb6681041.tar.gz
bcm5719-llvm-44ebe00158326fbf68bffe86601637bbb6681041.zip
[mips] Fix filename in comment and delete unnecessary lines of code.
No functionality changes. llvm-svn: 177104
-rw-r--r--llvm/lib/Target/Mips/MipsSEISelLowering.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEISelLowering.cpp b/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
index 7e4458e16d3..287e2ede0ec 100644
--- a/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
@@ -1,4 +1,4 @@
-//===-- MipsSEISelLowering.h - MipsSE DAG Lowering Interface ----*- C++ -*-===//
+//===-- MipsSEISelLowering.cpp - MipsSE DAG Lowering Interface --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -107,10 +107,6 @@ isEligibleForTailCallOptimization(const MipsCC &MipsCCInfo,
if (!EnableMipsTailCalls)
return false;
- // No tail call optimization for mips16.
- if (Subtarget->inMips16Mode())
- return false;
-
// Return false if either the callee or caller has a byval argument.
if (MipsCCInfo.hasByValArg() || FI.hasByvalArg())
return false;
OpenPOWER on IntegriCloud