From e4a8c64731a22a505a28ba9410146588c98ef21b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 5 Nov 2009 21:21:32 +0000 Subject: clean up integer preprocessor type definitions, patch by Ken Dyck! llvm-svn: 86177 --- clang/test/Preprocessor/stdint.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'clang/test/Preprocessor/stdint.c') diff --git a/clang/test/Preprocessor/stdint.c b/clang/test/Preprocessor/stdint.c index d47b51dbc7b..2cda305dcbd 100644 --- a/clang/test/Preprocessor/stdint.c +++ b/clang/test/Preprocessor/stdint.c @@ -323,8 +323,8 @@ // // RUN: clang-cc -E -ffreestanding -triple=msp430-none-none %s | FileCheck -check-prefix MSP430 %s && // -// MSP430:typedef long long int32_t; -// MSP430:typedef unsigned long long uint32_t; +// MSP430:typedef long long int int32_t; +// MSP430:typedef unsigned long long int uint32_t; // MSP430:typedef int32_t int_least32_t; // MSP430:typedef uint32_t uint_least32_t; // MSP430:typedef int32_t int_fast32_t; @@ -423,8 +423,8 @@ // // RUN: clang-cc -E -ffreestanding -triple=pic16-none-none %s | FileCheck -check-prefix PIC16 %s && // -// PIC16:typedef long long int32_t; -// PIC16:typedef unsigned long long uint32_t; +// PIC16:typedef long long int int32_t; +// PIC16:typedef unsigned long long int uint32_t; // PIC16:typedef int32_t int_least32_t; // PIC16:typedef uint32_t uint_least32_t; // PIC16:typedef int32_t int_fast32_t; -- cgit v1.2.3