mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 08:53:12 +03:00
[refinement] add note to sample input for refinement tests.
This commit is contained in:
parent
3c6492b6fb
commit
e47887a9f1
@ -12,7 +12,11 @@ int64_t select(int64_t a, int64_t b)
|
||||
case 5: return b+5;
|
||||
default: return 0;
|
||||
}
|
||||
// Has a "jmp rax", which is a classify failure "stmtsTerm = unknown transfer"
|
||||
// Has a "jmp rax", which is a classify failure "stmtsTerm =
|
||||
// unknown transfer". Note that it seems to require at least 6
|
||||
// case branch targets (for GCC 7.4.0 with -O0) to create a
|
||||
// computed branch target; fewer case targets just implement
|
||||
// explicit jumps.
|
||||
}
|
||||
|
||||
void _start()
|
||||
|
Loading…
Reference in New Issue
Block a user