mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
I fixed that ``thang'', yo.
llvm-svn: 6252
This commit is contained in:
parent
825e174bf7
commit
7af77acec0
@ -124,7 +124,7 @@ static void addSubClass(Record *SC, const std::vector<Init*> &TemplateArgs) {
|
||||
|
||||
// Ensure that an appropriate number of template arguments are specified...
|
||||
if (TArgs.size() < TemplateArgs.size()) {
|
||||
err() << "ERROR: More template args specified thang expected!\n";
|
||||
err() << "ERROR: More template args specified than expected!\n";
|
||||
abort();
|
||||
} else { // This class expects template arguments...
|
||||
// Loop over all of the template arguments, setting them to the specified
|
||||
|
Loading…
x
Reference in New Issue
Block a user