mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
modernize testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f63355327a
commit
07928ef7f5
@ -8,9 +8,7 @@
|
||||
|
||||
implementation
|
||||
|
||||
int "test1"(int %A)
|
||||
begin
|
||||
int %test1(int %A) {
|
||||
%B = div int %A, 1
|
||||
ret int %B
|
||||
end
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user