Lanai: fix -Wpedantic warnings
Extra semicolon. llvm-svn: 265365
This commit is contained in:
parent
8921007090
commit
393b79ee00
|
@ -90,7 +90,7 @@ private:
|
||||||
char LanaiMemAluCombiner::ID = 0;
|
char LanaiMemAluCombiner::ID = 0;
|
||||||
|
|
||||||
INITIALIZE_PASS(LanaiMemAluCombiner, DEBUG_TYPE,
|
INITIALIZE_PASS(LanaiMemAluCombiner, DEBUG_TYPE,
|
||||||
"Lanai memory ALU combiner pass", false, false);
|
"Lanai memory ALU combiner pass", false, false)
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
bool isSpls(uint16_t Opcode) { return Lanai::splsIdempotent(Opcode) == Opcode; }
|
bool isSpls(uint16_t Opcode) { return Lanai::splsIdempotent(Opcode) == Opcode; }
|
||||||
|
|
|
@ -64,7 +64,7 @@ private:
|
||||||
char LanaiSetflagAluCombiner::ID = 0;
|
char LanaiSetflagAluCombiner::ID = 0;
|
||||||
|
|
||||||
INITIALIZE_PASS(LanaiSetflagAluCombiner, DEBUG_TYPE,
|
INITIALIZE_PASS(LanaiSetflagAluCombiner, DEBUG_TYPE,
|
||||||
"Lanai SET_FLAG ALU combiner pass", false, false);
|
"Lanai SET_FLAG ALU combiner pass", false, false)
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue