Commit f6820c28 by Yufeng Zhang Committed by Yufeng Zhang

[AArch64, ILP32] Add change to gcc.target/aarch64/vect_smlal_1.c that was missed…

[AArch64, ILP32] Add change to gcc.target/aarch64/vect_smlal_1.c that was missed from the previous commit (r201166).

From-SVN: r201175
parent c7b3b99f
2013-07-23 Yufeng Zhang <yufeng.zhang@arm.com>
* gcc.target/aarch64/vect_smlal_1.c: Replace 'long' with 'long long'.
2013-07-23 Yufeng Zhang <yufeng.zhang@arm.com>
* gcc.target/aarch64/test-ptr-arg-on-stack-1.c: New test.
2013-07-23 Yufeng Zhang <yufeng.zhang@arm.com>
......
......@@ -12,7 +12,7 @@ typedef signed long long *__restrict__ pS64_t;
typedef unsigned char U8_t;
typedef unsigned short U16_t;
typedef unsigned int U32_t;
typedef unsigned long U64_t;
typedef unsigned long long U64_t;
typedef unsigned char *__restrict__ pU8_t;
typedef unsigned short *__restrict__ pU16_t;
typedef unsigned int *__restrict__ pU32_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment