mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
I'm going to assume that this was meant to be an assignment instead of a
computation that isn't used. Please correct this if it's wrong! llvm-svn: 73139
This commit is contained in:
parent
a51f014e59
commit
028755480c
@ -2025,7 +2025,7 @@ void CodeGenDAGPatterns::ParsePatterns() {
|
||||
}
|
||||
}
|
||||
else {
|
||||
ListTy - TArg->getType();
|
||||
ListTy = TArg->getType();
|
||||
}
|
||||
}
|
||||
ListInit *LI = new ListInit(Values, new ListRecTy(ListTy));
|
||||
|
Loading…
Reference in New Issue
Block a user