mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Small simplification, p0 is the same as p.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd2926b056
commit
b6601f1ce7
@ -50,7 +50,7 @@ SchedCustomRegistry("r600", "Run R600's custom scheduler",
|
||||
createR600MachineScheduler);
|
||||
|
||||
static std::string computeDataLayout(const AMDGPUSubtarget &ST) {
|
||||
std::string Ret = "e-p0:32:32";
|
||||
std::string Ret = "e-p:32:32";
|
||||
|
||||
if (ST.is64bit()) {
|
||||
// 32-bit private, local, and region pointers. 64-bit global and constant.
|
||||
|
Loading…
x
Reference in New Issue
Block a user