[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

Chris Lattner sabre at nondot.org
Thu Dec 21 17:03:38 PST 2006



Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.147 -> 1.148
---
Log message:

add a note


---
Diffs of the changes:  (+9 -0)

 README.txt |    9 +++++++++
 1 files changed, 9 insertions(+)


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.147 llvm/lib/Target/X86/README.txt:1.148
--- llvm/lib/Target/X86/README.txt:1.147	Sun Dec 10 19:20:25 2006
+++ llvm/lib/Target/X86/README.txt	Thu Dec 21 19:03:22 2006
@@ -751,3 +751,12 @@
 //===---------------------------------------------------------------------===//
 
 In c99 mode, the preprocessor doesn't like assembly comments like #TRUNCATE.
+
+//===---------------------------------------------------------------------===//
+
+This could be a single 16-bit load.
+int f(char *p) {
+    if (p[0] == 1 && p[1] == 2) return 1;
+    return 0;
+}
+






More information about the llvm-commits mailing list