diff options
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocPBQP.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/RegAllocPBQP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocPBQP.cpp b/llvm/lib/CodeGen/RegAllocPBQP.cpp index 925a0f085c4b..b8ee5dc0f849 100644 --- a/llvm/lib/CodeGen/RegAllocPBQP.cpp +++ b/llvm/lib/CodeGen/RegAllocPBQP.cpp @@ -192,7 +192,7 @@ public: void apply(PBQPRAGraph &G) override { LiveIntervals &LIS = G.getMetadata().LIS; - // A minimum spill costs, so that register constraints can can be set + // A minimum spill costs, so that register constraints can be set // without normalization in the [0.0:MinSpillCost( interval. const PBQP::PBQPNum MinSpillCost = 10.0; |
