mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
fix pasto in generate assertion msg
llvm-svn: 26706
This commit is contained in:
parent
02418117e1
commit
8930c740ac
@ -169,7 +169,7 @@ void IntrinsicEmitter::EmitVerifier(const std::vector<CodeGenIntrinsic> &Ints,
|
||||
for (unsigned j = 1; j != Ints[i].ArgTypes.size(); ++j)
|
||||
OS << " Assert1(FTy->getParamType(" << j-1 << ")->getTypeID() == "
|
||||
<< Ints[i].ArgTypes[j] << ",\n"
|
||||
<< " \"Illegal result type!\", IF);\n";
|
||||
<< " \"Illegal argument type!\", IF);\n";
|
||||
OS << " break;\n";
|
||||
}
|
||||
OS << " }\n";
|
||||
|
Loading…
Reference in New Issue
Block a user