diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-07 19:07:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-07 19:07:32 +0000 |
commit | 8714348afda10ca13f84c62db7b4f9c72a27b240 (patch) | |
tree | faf233f39f61a2784d8010b0cad4ae338b3e12ab /llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | |
parent | 3f5124815d19fd8efc39021ef43106831877c476 (diff) | |
download | bcm5719-llvm-8714348afda10ca13f84c62db7b4f9c72a27b240.tar.gz bcm5719-llvm-8714348afda10ca13f84c62db7b4f9c72a27b240.zip |
indicate what the native integer types for the target are.
Please verify.
llvm-svn: 86397
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp index b8bc13b6309..d0d5a432f8a 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp @@ -28,7 +28,7 @@ extern "C" void LLVMInitializeAlphaTarget() { AlphaTargetMachine::AlphaTargetMachine(const Target &T, const std::string &TT, const std::string &FS) : LLVMTargetMachine(T, TT), - DataLayout("e-f128:128:128"), + DataLayout("e-f128:128:128-n64"), FrameInfo(TargetFrameInfo::StackGrowsDown, 16, 0), JITInfo(*this), Subtarget(TT, FS), |