Skip to content

Commit 47afb33

Browse files
committed
Add Float to llvm::type_to_str.
1 parent f44b951 commit 47afb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/lib/llvm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,6 +2161,7 @@ impl TypeNames {
21612161
match kind {
21622162
Void => ~"Void",
21632163
Half => ~"Half",
2164+
Float => ~"Float",
21642165
Double => ~"Double",
21652166
X86_FP80 => ~"X86_FP80",
21662167
FP128 => ~"FP128",

0 commit comments

Comments
 (0)