modernize testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-02-18 19:16:45 +00:00
parent f63355327a
commit 07928ef7f5

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
}