aboutsummaryrefslogtreecommitdiff
path: root/test/common-real-unsigned-char.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/common-real-unsigned-char.qbe')
-rw-r--r--test/common-real-unsigned-char.qbe12
1 files changed, 5 insertions, 7 deletions
diff --git a/test/common-real-unsigned-char.qbe b/test/common-real-unsigned-char.qbe
index 4835e5a..574cde4 100644
--- a/test/common-real-unsigned-char.qbe
+++ b/test/common-real-unsigned-char.qbe
@@ -2,11 +2,9 @@ export
function w $main() {
@start.1
@body.2
- %.1 =w copy 1
- %.2 =w extub %.1
- %.3 =w copy 2
- %.4 =w extub %.3
- %.5 =w sub %.2, %.4
- %.6 =w csgtw %.5, 0
- ret %.6
+ %.1 =w extub 1
+ %.2 =w extub 2
+ %.3 =w sub %.1, %.2
+ %.4 =w csgtw %.3, 0
+ ret %.4
}