mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
remove obsolete fixme
llvm-svn: 33151
This commit is contained in:
parent
7cfcfbb801
commit
bc884d406d
@ -400,9 +400,6 @@ std::ostream &CWriter::printType(std::ostream &Out, const Type *Ty,
|
||||
bool isSigned, const std::string &NameSoFar,
|
||||
bool IgnoreName) {
|
||||
if (Ty->isPrimitiveType() || Ty->isIntegral()) {
|
||||
// FIXME:Signedness. When integer types are signless, this should just
|
||||
// always pass "false" for the sign of the primitive type. The instructions
|
||||
// will figure out how the value is to be interpreted.
|
||||
printSimpleType(Out, Ty, isSigned, NameSoFar);
|
||||
return Out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user