summaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-08-25 00:40:41 +0000
committerDale Johannesen <dalej@apple.com>2007-08-25 00:40:41 +0000
commit21dcae17f580678c452eac73e01424c924d2f994 (patch)
tree766db3f15e9c9460ff72cef56ff62ead66d42497 /include/llvm
parent3e025dca7f14c1e844943ef1f37dd8321f5b90d8 (diff)
downloadexternal_llvm-21dcae17f580678c452eac73e01424c924d2f994.zip
external_llvm-21dcae17f580678c452eac73e01424c924d2f994.tar.gz
external_llvm-21dcae17f580678c452eac73e01424c924d2f994.tar.bz2
Comment out declaration of operator== (undefined).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/ADT/APFloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index 7b95392..165e290 100644
--- a/include/llvm/ADT/APFloat.h
+++ b/include/llvm/ADT/APFloat.h
@@ -190,7 +190,7 @@ namespace llvm {
/* The definition of equality is not straightforward for floating point,
so we won't use operator==. Use one of the following, or write
whatever it is you really mean. */
- bool operator==(const APFloat &) const; // DO NOT IMPLEMENT
+ // bool operator==(const APFloat &) const; // DO NOT IMPLEMENT
/* IEEE comparison with another floating point number (QNaNs
compare unordered, 0==-0). */