diff options
Diffstat (limited to 'test/kr-function-argument-promotion.qbe')
-rw-r--r-- | test/kr-function-argument-promotion.qbe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/kr-function-argument-promotion.qbe b/test/kr-function-argument-promotion.qbe deleted file mode 100644 index 6d2f2b8..0000000 --- a/test/kr-function-argument-promotion.qbe +++ /dev/null @@ -1,18 +0,0 @@ -export -function w $f(w %.1) { -@start.1 - %.2 =w extub %.1 - %.3 =l alloc4 1 - storeb %.2, %.3 -@body.2 - %.4 =w loadub %.3 - %.5 =w extub %.4 - ret %.5 -} -export -function w $main() { -@start.3 -@body.4 - %.1 =w call $f(w 256) - ret %.1 -} |