summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 20:17:09 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 20:17:09 +0000
commite3a68d10639c10fbe8dfce6dae3ea74023dcf8b9 (patch)
tree5f4f0388ee3032f200e712456865c725a511e2ca /llvm/lib
parent7e3f8b60d6be8196c7aba595235e4a4e73f8d142 (diff)
downloadbcm5719-llvm-e3a68d10639c10fbe8dfce6dae3ea74023dcf8b9.tar.gz
bcm5719-llvm-e3a68d10639c10fbe8dfce6dae3ea74023dcf8b9.zip
reassociate should do this.
llvm-svn: 94374
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt
index f4aa531ae06..716085cf1bc 100644
--- a/llvm/lib/Target/README.txt
+++ b/llvm/lib/Target/README.txt
@@ -175,7 +175,7 @@ _foo:
mulsd %xmm2, %xmm0
ret
-Instcombine should be able to turn it into:
+Reassociate should be able to turn it into:
double foo(double x, double y) {
return ((x + 0.1234 * y) * (x - 0.1234 * y));
OpenPOWER on IntegriCloud