mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 02:53:06 +00:00
Correct comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95d1d442c9
commit
e3ef5439e3
@ -35,7 +35,7 @@ static std::string computeDataLayout(const AMDGPUSubtarget &ST) {
|
||||
std::string Ret = "e-p:32:32";
|
||||
|
||||
if (ST.is64bit()) {
|
||||
// 32-bit local, and region pointers. 64-bit private, global, and constant.
|
||||
// 32-bit private, local, and region pointers. 64-bit global and constant.
|
||||
Ret += "-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-p24:64:64";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user