mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 17:35:38 +00:00
Fix silly typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2586b8f936
commit
a4c920db7a
@ -842,7 +842,7 @@ FastISel::SelectFNeg(const User *I) {
|
|||||||
bool
|
bool
|
||||||
FastISel::SelectExtractValue(const User *U) {
|
FastISel::SelectExtractValue(const User *U) {
|
||||||
const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U);
|
const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U);
|
||||||
if (!U)
|
if (!EVI)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Make sure we only try to handle extracts with a legal result.
|
// Make sure we only try to handle extracts with a legal result.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user