Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c
diff --git a/gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c b/gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c
index 8e6c29aa7fa5569135267f4312d3d1e7bfeea328..ee6e9904b676ee8d839c79577963b3894228c640 100644
--- a/gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c
+++ b/gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c
@@ -9,7 +9,7 @@
void test_vget_lows16 (void)
{
- int16x4_t out_int16x4_t;
+ register int16x4_t out_int16x4_t asm ("d18");
int16x8_t arg0_int16x8_t;
out_int16x4_t = vget_low_s16 (arg0_int16x8_t);
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/arm/neon/vget_lowf32.c ('k') | gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698