mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
Remove dead code.
llvm-svn: 29897
This commit is contained in:
parent
86106b8ef4
commit
930bc5331d
@ -2658,7 +2658,6 @@ public:
|
||||
else
|
||||
Code += ", " + OpName;
|
||||
}
|
||||
//AllOps.clear();
|
||||
|
||||
if (HasVarOps) {
|
||||
if (NodeHasInFlag || HasImpInputs)
|
||||
@ -2813,7 +2812,6 @@ public:
|
||||
Code += ", MVT::Flag";
|
||||
for (unsigned i = 0, e = AllOps.size(); i != e; ++i)
|
||||
Code += ", " + AllOps[i];
|
||||
//AllOps.clear();
|
||||
if (NodeHasInFlag || HasImpInputs)
|
||||
Code += ", InFlag";
|
||||
emitCode(Code + ");");
|
||||
|
Loading…
x
Reference in New Issue
Block a user