mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 09:16:40 +00:00
Bug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue(0)] = ...
llvm-svn: 24680
This commit is contained in:
parent
1bc6443c22
commit
518610154b
@ -2026,7 +2026,7 @@ public:
|
||||
OS << ", InFlag";
|
||||
OS << ");\n";
|
||||
if (NumResults != 0) {
|
||||
OS << " CodeGenMap[N] = Result;\n";
|
||||
OS << " CodeGenMap[N.getValue(0)] = Result;\n";
|
||||
}
|
||||
OS << " Chain ";
|
||||
if (NodeHasChain(LHS, ISE))
|
||||
|
Loading…
x
Reference in New Issue
Block a user