Small simplification: p0 is the same as p.

llvm-svn: 197700
This commit is contained in:
Rafael Espindola 2013-12-19 16:54:10 +00:00
parent 4fa79758b7
commit 9ec8d08eb1
2 changed files with 2 additions and 2 deletions

View File

@ -1431,7 +1431,7 @@ static const char *DescriptionStringR600DoubleOps =
static const char *DescriptionStringSI =
"e"
"-p0:32:32-p1:64:64-p2:64:64-p3:32:32-p4:32:32-p5:64:64"
"-p:32:32-p1:64:64-p2:64:64-p3:32:32-p4:32:32-p5:64:64"
"-i64:64"
"-v16:16-v24:32-v32:32-v48:64-v96:128"
"-v192:256-v256:256-v512:512-v1024:1024-v2048:2048"

View File

@ -116,7 +116,7 @@
// RUN: %clang_cc1 -triple r600-unknown -target-cpu hawaii -o - -emit-llvm %s \
// RUN: | FileCheck %s -check-prefix=R600SI
// R600SI: target datalayout = "e-p0:32:32-p1:64:64-p2:64:64-p3:32:32-p4:32:32-p5:64:64-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
// R600SI: target datalayout = "e-p:32:32-p1:64:64-p2:64:64-p3:32:32-p4:32:32-p5:64:64-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
// RUN: %clang_cc1 -triple aarch64-unknown -o - -emit-llvm %s | \
// RUN: FileCheck %s -check-prefix=AARCH64