summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-05-14 06:00:01 +0000
committerReed Kotler <rkotler@mips.com>2013-05-14 06:00:01 +0000
commit821e86f0218e276be3af1aaf71c7018d2fe7c638 (patch)
treeb77f2e90f7da7b78c3ed26114ddb8c856e5cdedd /llvm/lib
parent0838f3a1f206cc0a602cd5fcbc3ecadf13e8ba76 (diff)
downloadbcm5719-llvm-821e86f0218e276be3af1aaf71c7018d2fe7c638.tar.gz
bcm5719-llvm-821e86f0218e276be3af1aaf71c7018d2fe7c638.zip
Fix typo.
llvm-svn: 181759
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/Mips16HardFloat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/Mips16HardFloat.cpp b/llvm/lib/Target/Mips/Mips16HardFloat.cpp
index e4ff4c49d62..cc7324f26ef 100644
--- a/llvm/lib/Target/Mips/Mips16HardFloat.cpp
+++ b/llvm/lib/Target/Mips/Mips16HardFloat.cpp
@@ -241,7 +241,7 @@ static void swapFPIntParams
static void assureFPCallStub(Function &F, Module *M,
const MipsSubtarget &Subtarget){
// for now we only need them for static relocation
- if (!Subtarget.getRelocationModel() == Reloc::PIC_)
+ if (Subtarget.getRelocationModel() == Reloc::PIC_)
return;
LLVMContext &Context = M->getContext();
bool LE = Subtarget.isLittle();
OpenPOWER on IntegriCloud