Add Float to llvm::type_to_str.

This commit is contained in:
Michael Sullivan 2013-06-25 13:27:47 -07:00
parent f44b951a1e
commit 47afb33981

View File

@ -2161,6 +2161,7 @@ impl TypeNames {
match kind {
Void => ~"Void",
Half => ~"Half",
Float => ~"Float",
Double => ~"Double",
X86_FP80 => ~"X86_FP80",
FP128 => ~"FP128",