diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-16 12:26:18 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-16 12:26:18 -0700 |
commit | de004660726acb148bf0022706b7019ca560172d (patch) | |
tree | de95581449d1db324c074859615501cf8f0bc5c3 /tests/initializer-string-array.qbe | |
parent | 953e1e6f287d8bc00b2ef8d2197a20a549274eb3 (diff) | |
download | cproc-de004660726acb148bf0022706b7019ca560172d.tar.xz |
tests -> test
Diffstat (limited to 'tests/initializer-string-array.qbe')
-rw-r--r-- | tests/initializer-string-array.qbe | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/initializer-string-array.qbe b/tests/initializer-string-array.qbe deleted file mode 100644 index 87a03fd..0000000 --- a/tests/initializer-string-array.qbe +++ /dev/null @@ -1,23 +0,0 @@ -export -function $f() { -@start.1 - %.1 =l alloc4 8 -@body.2 - %.2 =l add %.1, 0 - storeb 97, %.2 - %.3 =l add %.1, 1 - storeb 98, %.3 - %.4 =l add %.1, 2 - storeb 99, %.4 - %.5 =l add %.1, 3 - storeb 0, %.5 - %.6 =l add %.1, 4 - storeb 120, %.6 - %.7 =l add %.1, 5 - storeb 121, %.7 - %.8 =l add %.1, 6 - storeb 122, %.8 - %.9 =l add %.1, 7 - storeb 0, %.9 - ret -} |