mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add a few FIXME comments.
llvm-svn: 142299
This commit is contained in:
parent
5e2d8538d7
commit
ef5ee1892c
@ -1743,6 +1743,7 @@ bool ARMFastISel::SelectRet(const Instruction *I) {
|
||||
CCValAssign &VA = ValLocs[0];
|
||||
|
||||
// Don't bother handling odd stuff for now.
|
||||
// FIXME: Should be able to handle i1, i8, and/or i16 return types.
|
||||
if (VA.getLocInfo() != CCValAssign::Full)
|
||||
return false;
|
||||
// Only handle register returns for now.
|
||||
@ -1934,6 +1935,7 @@ bool ARMFastISel::SelectCall(const Instruction *I) {
|
||||
|
||||
Type *ArgTy = (*i)->getType();
|
||||
MVT ArgVT;
|
||||
// FIXME: Should be able to handle i1, i8, and/or i16 parameters.
|
||||
if (!isTypeLegal(ArgTy, ArgVT))
|
||||
return false;
|
||||
unsigned OriginalAlignment = TD.getABITypeAlignment(ArgTy);
|
||||
|
Loading…
x
Reference in New Issue
Block a user