mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Fix Typo (first commit to test commit access)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -32,7 +32,7 @@ namespace {
|
|||||||
///
|
///
|
||||||
class FAddendCoef {
|
class FAddendCoef {
|
||||||
public:
|
public:
|
||||||
// The constructor has to initialize a APFloat, which is uncessary for
|
// The constructor has to initialize a APFloat, which is unnecessary for
|
||||||
// most addends which have coefficient either 1 or -1. So, the constructor
|
// most addends which have coefficient either 1 or -1. So, the constructor
|
||||||
// is expensive. In order to avoid the cost of the constructor, we should
|
// is expensive. In order to avoid the cost of the constructor, we should
|
||||||
// reuse some instances whenever possible. The pre-created instances
|
// reuse some instances whenever possible. The pre-created instances
|
||||||
|
Reference in New Issue
Block a user