[llvm-commits] CVS: llvm/include/llvm/Target/TargetData.h

Owen Anderson resistor at mac.com
Sat May 20 16:29:09 PDT 2006



Changes in directory llvm/include/llvm/Target:

TargetData.h updated: 1.37 -> 1.38
---
Log message:

Make TargetData strings less redundant.


---
Diffs of the changes:  (+1 -1)

 TargetData.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.37 llvm/include/llvm/Target/TargetData.h:1.38
--- llvm/include/llvm/Target/TargetData.h:1.37	Fri May 12 02:01:44 2006
+++ llvm/include/llvm/Target/TargetData.h	Sat May 20 18:28:54 2006
@@ -54,7 +54,7 @@
              unsigned char ByteAl  = 1, unsigned char BoolAl   = 1);
 
   /// Constructs a TargetData from a string of the following format:
-  /// "E-p:64:64-d:64:64-f:32:32-l:64:64-i:32:32-s:16:16-b:8:8-B:8:8"
+  /// "E-p:64:64-d:64-f:32-l:64-i:32-s:16-b:8-B:8"
   /// The above string is considered the default, and any values not specified
   /// in the string will be assumed to be as above.
   TargetData(const std::string &TargetName,






More information about the llvm-commits mailing list