aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-load-unsigned.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/bitfield-load-unsigned.qbe')
-rw-r--r--test/bitfield-load-unsigned.qbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bitfield-load-unsigned.qbe b/test/bitfield-load-unsigned.qbe
index c4ea94b..000ca11 100644
--- a/test/bitfield-load-unsigned.qbe
+++ b/test/bitfield-load-unsigned.qbe
@@ -6,7 +6,7 @@ function $f() {
%.2 =l mul 0, 1
%.3 =l add %.1, %.2
%.4 =l copy %.3
- %.5 =w loaduw %.4
+ %.5 =w loadw %.4
%.6 =w shl %.5, 13
%.7 =w shr %.6, 17
ret