mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 22:40:36 +00:00
[CodeGen] Remove extra ';'
Squashes a -Wpedantic warning. llvm-svn: 267944
This commit is contained in:
parent
832d560a7e
commit
44de989474
@ -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…
x
Reference in New Issue
Block a user