summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2016-07-26 03:29:18 +0000
committerTim Northover <tnorthover@apple.com>2016-07-26 03:29:18 +0000
commit884b47ecfd88fd2aaee30f9c74022e9743233cd1 (patch)
treeff85f20cf5c492ae8fbf3f869a080838987eef99 /llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
parent57086ed76ff3c54ab7d0744b23d4ed17982fabdc (diff)
downloadbcm5719-llvm-884b47ecfd88fd2aaee30f9c74022e9743233cd1.tar.gz
bcm5719-llvm-884b47ecfd88fd2aaee30f9c74022e9743233cd1.zip
GlobalISel: remove redundant ';'s. NFC
llvm-svn: 276723
Diffstat (limited to 'llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp')
-rw-r--r--llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp b/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
index 419e270c912..e9e42b0102b 100644
--- a/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
@@ -42,7 +42,7 @@ INITIALIZE_PASS_DEPENDENCY(MachineBlockFrequencyInfo)
INITIALIZE_PASS_DEPENDENCY(MachineBranchProbabilityInfo)
INITIALIZE_PASS_END(RegBankSelect, "regbankselect",
"Assign register bank of generic virtual registers", false,
- false);
+ false)
RegBankSelect::RegBankSelect(Mode RunningMode)
: MachineFunctionPass(ID), RBI(nullptr), MRI(nullptr), TRI(nullptr),
OpenPOWER on IntegriCloud