From f62bcc0d9cd4060ed295e032a336bb75f7a11eef Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 13 Dec 2013 18:40:15 +0000 Subject: Use a: and s: instead of a0: and s0: in the DataLayout strings. They are equivalent and the size of 'a' and 's' is unused. llvm-svn: 197256 --- clang/test/CodeGen/xcore-abi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/xcore-abi.c') diff --git a/clang/test/CodeGen/xcore-abi.c b/clang/test/CodeGen/xcore-abi.c index 76a0fd82807..fbce5054f50 100644 --- a/clang/test/CodeGen/xcore-abi.c +++ b/clang/test/CodeGen/xcore-abi.c @@ -7,7 +7,7 @@ _Static_assert(_Alignof(double) == 4, "alignof double is wrong"); // RUN: %clang_cc1 -triple xcore-unknown-unknown -fno-signed-char -fno-common -emit-llvm -o - %s | FileCheck %s -// CHECK: target datalayout = "e-p:32:32:32-a0:0:32-n32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f16:16:32-f32:32:32-f64:32:32" +// CHECK: target datalayout = "e-p:32:32:32-a:0:32-n32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f16:16:32-f32:32:32-f64:32:32" // CHECK: target triple = "xcore-unknown-unknown" // CHECK: @g1 = global i32 0, align 4 -- cgit v1.2.3