mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix Typo (first commit to test commit access)
llvm-svn: 213228
This commit is contained in:
parent
95d51f6cee
commit
fe6fdd5295
@ -32,7 +32,7 @@ namespace {
|
||||
///
|
||||
class FAddendCoef {
|
||||
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
|
||||
// is expensive. In order to avoid the cost of the constructor, we should
|
||||
// reuse some instances whenever possible. The pre-created instances
|
||||
|
Loading…
Reference in New Issue
Block a user