Make TargetData strings less redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2006-05-20 23:28:54 +00:00
parent 01859e8853
commit bcd8a8264e
4 changed files with 3 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ public:
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,