We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16deb7 commit a511be6Copy full SHA for a511be6
lib/smack/SmackRep.cpp
@@ -227,11 +227,11 @@ std::string SmackRep::type(const llvm::Type *t) {
227
else if (t->isX86_FP80Ty())
228
return Naming::LONG_DOUBLE_TYPE;
229
else if (t->isFP128Ty())
230
- return Naming::UNINTRTERPRETED_FLOAT_TYPE;
+ return Naming::UNINTERPRETED_FLOAT_TYPE;
231
else if (t->isPPC_FP128Ty())
232
233
else if (t->isBFloatTy())
234
235
else
236
llvm_unreachable("Unsupported floating-point type.");
237
}
0 commit comments