mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
Fix typos. Adjust some whitespace for style. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This module privides means for calculating a maximum spanning tree for a
|
// This module provides means for calculating a maximum spanning tree for a
|
||||||
// given set of weighted edges. The type parameter T is the type of a node.
|
// given set of weighted edges. The type parameter T is the type of a node.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
@@ -214,7 +214,7 @@ bool OptimalEdgeProfiler::runOnModule(Module &M) {
|
|||||||
// considered for instrumentation.
|
// considered for instrumentation.
|
||||||
assert(i == NumEdges && "the number of edges in counting array is wrong");
|
assert(i == NumEdges && "the number of edges in counting array is wrong");
|
||||||
|
|
||||||
// Assing the now completely defined initialiser to the array.
|
// Assign the now completely defined initialiser to the array.
|
||||||
Constant *init = ConstantArray::get(ATy, Initializer);
|
Constant *init = ConstantArray::get(ATy, Initializer);
|
||||||
Counters->setInitializer(init);
|
Counters->setInitializer(init);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user