Commit f438882a by Uros Bizjak

* gcc.target/i386/pr78904-5.c: Remove duplicate part.

From-SVN: r243956
parent 5c8617dc
......@@ -15,11 +15,6 @@ extern unsigned char t[256];
void foo (struct S1 a, size_t i)
{
t[i] = a.val;
}
void bar (struct S1 a, size_t i)
{
register size_t _i __asm ("r10") = i;
asm volatile ("" : "+r" (_i));
......
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