projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bb699
)
Silence a warning.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 5 Oct 2007 01:09:32 +0000
(
01:09
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 5 Oct 2007 01:09:32 +0000
(
01:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42619
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index 7f2b6e7630a1033d4b54b44dbe84789184b4fb4f..63a25796f2e2ab10f3bb5ac31d81bb7b6ef9b486 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@
-5395,7
+5395,7
@@
void SelectionDAGLegalize::ExpandOp(SDOperand Op, SDOperand &Lo, SDOperand &Hi){
}
}
- RTLIB::Libcall LC;
+ RTLIB::Libcall LC
= RTLIB::UNKNOWN_LIBCALL
;
if (Node->getOperand(0).getValueType() == MVT::f32)
LC = RTLIB::FPTOUINT_F32_I64;
else if (Node->getOperand(0).getValueType() == MVT::f64)