modernize testcase

llvm-svn: 5586
This commit is contained in:
Chris Lattner 2003-02-18 19:16:45 +00:00
parent 2deaf77d1d
commit 2bf6c22c9b
1 changed files with 2 additions and 4 deletions

View File

@ -8,9 +8,7 @@
implementation
int "test1"(int %A)
begin
int %test1(int %A) {
%B = div int %A, 1
ret int %B
end
}