mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 10:38:54 +00:00
Bug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue(0)] = ...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
481c8e0501
commit
0e65b27e28
@ -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