diff options
Diffstat (limited to 'test/builtin-expect.qbe')
-rw-r--r-- | test/builtin-expect.qbe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/builtin-expect.qbe b/test/builtin-expect.qbe index 73e3b42..90011cb 100644 --- a/test/builtin-expect.qbe +++ b/test/builtin-expect.qbe @@ -2,7 +2,7 @@ export function w $main() { @start.1 @body.2 - %.1 =w loadsw $x + %.1 =w loadw $x ret %.1 } export data $x = align 4 { z 4 } |