projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b845646
)
This is already done
author
Chris Lattner
<sabre@nondot.org>
Wed, 20 Sep 2006 04:59:33 +0000
(
04:59
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 20 Sep 2006 04:59:33 +0000
(
04:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30512
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/README.txt
b/lib/Target/PowerPC/README.txt
index 4f7f2cff10be77d642b75afa52731d3f13fa5032..78afed70f94a761558886b24b7614f90b3333aca 100644
(file)
--- a/
lib/Target/PowerPC/README.txt
+++ b/
lib/Target/PowerPC/README.txt
@@
-546,14
+546,6
@@
_foo:
===-------------------------------------------------------------------------===
-On PPC64, this results in a truncate followed by a truncstore. These should
-be folded together.
-
-unsigned short G;
-void foo(unsigned long H) { G = H; }
-
-===-------------------------------------------------------------------------===
-
We compile:
unsigned test6(unsigned x) {