From: Ian Bolton Date: Fri, 16 Nov 2012 17:36:00 +0000 (+0000) Subject: Fix commit of testcase which got truncated somehow. X-Git-Tag: releases/gcc-4.8.0~1961 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bec80b04e250e219245bacb466d71057c0ef829;p=thirdparty%2Fgcc.git Fix commit of testcase which got truncated somehow. From-SVN: r193571 --- diff --git a/gcc/testsuite/gcc.target/aarch64/csinc-2.c b/gcc/testsuite/gcc.target/aarch64/csinc-2.c index 1b4eb7e72f51..9bd6861d2e10 100644 --- a/gcc/testsuite/gcc.target/aarch64/csinc-2.c +++ b/gcc/testsuite/gcc.target/aarch64/csinc-2.c @@ -12,3 +12,7 @@ typedef long long s64; s64 foo2 (s64 a, s64 b) +{ + return (a == b) ? 7 : 1; + /* { dg-final { scan-assembler "csinc\tx\[0-9\].*xzr" } } */ +}