mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Optional InFlag was not being included in node.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25588 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15256cb14e
commit
18667c4545
@ -2224,7 +2224,7 @@ public:
|
||||
for (unsigned i = 0, e = Ops.size(); i != e; ++i)
|
||||
OS << ", Tmp" << Ops[i];
|
||||
if (HasChain) OS << ", Chain";
|
||||
if (HasInFlag || HasImpInputs) OS << ", InFlag";
|
||||
if (HasInFlag || HasOptInFlag || HasImpInputs) OS << ", InFlag";
|
||||
OS << ");\n";
|
||||
|
||||
unsigned ValNo = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user