forked from OSchip/llvm-project
[CodeGen] Remove extra ';'
Squashes a -Wpedantic warning. llvm-svn: 267944
This commit is contained in:
parent
7b32957852
commit
3a592df3e4
|
@ -115,7 +115,7 @@ char DetectDeadLanes::ID = 0;
|
|||
char &llvm::DetectDeadLanesID = DetectDeadLanes::ID;
|
||||
|
||||
INITIALIZE_PASS(DetectDeadLanes, "detect-dead-lanes", "Detect Dead Lanes",
|
||||
false, false);
|
||||
false, false)
|
||||
|
||||
/// Returns true if \p MI will get lowered to a series of COPY instructions.
|
||||
/// We call this a COPY-like instruction.
|
||||
|
|
Loading…
Reference in New Issue