Commit cdecf7e9 by Anthony Green Committed by Anthony Green

Fix test case for moxie

From-SVN: r195312
parent 650ae806
2013-01-19 Anthony Green <green@moxielogic.com>
* gcc.dg/tree-ssa/asm-2.c (REGISTER): Pick an appropriate register
for moxie.
2013-01-18 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/56029
......
......@@ -4,8 +4,12 @@
#ifdef __hppa__
#define REGISTER "1"
#else
#ifdef __moxie__
#define REGISTER "2"
#else
#define REGISTER "0"
#endif
#endif
void baz(void)
{
......
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