Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / br-2.s
1 foo:
2 beqz $r0, foo
3 bgez $r0, foo
4 bgezal $r0, foo
5 bgtz $r0, foo
6 blez $r0, foo
7 bltz $r0, foo
8 bltzal $r0, foo
This page took 0.032146 seconds and 4 git commands to generate.