summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DetectDeadLanes.cpp
diff options
context:
space:
mode:
authorMarcin Koscielnicki <koriakin@0x04.net>2016-04-28 21:49:46 +0000
committerMarcin Koscielnicki <koriakin@0x04.net>2016-04-28 21:49:46 +0000
commit3a592df3e48f28ef9076c9a95906f9db7f907606 (patch)
tree8064e1bfe2989b54e510911ae10ea1417a1a234d /llvm/lib/CodeGen/DetectDeadLanes.cpp
parent7b32957852475e460a9434ee903989bd4291aeaa (diff)
downloadbcm5719-llvm-3a592df3e48f28ef9076c9a95906f9db7f907606.tar.gz
bcm5719-llvm-3a592df3e48f28ef9076c9a95906f9db7f907606.zip
[CodeGen] Remove extra ';'
Squashes a -Wpedantic warning. llvm-svn: 267944
Diffstat (limited to 'llvm/lib/CodeGen/DetectDeadLanes.cpp')
-rw-r--r--llvm/lib/CodeGen/DetectDeadLanes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DetectDeadLanes.cpp b/llvm/lib/CodeGen/DetectDeadLanes.cpp
index 2fb7b01f62c..cadc40af8d9 100644
--- a/llvm/lib/CodeGen/DetectDeadLanes.cpp
+++ b/llvm/lib/CodeGen/DetectDeadLanes.cpp
@@ -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.
OpenPOWER on IntegriCloud