1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

modernize testcase

llvm-svn: 5586
This commit is contained in:
Chris Lattner 2003-02-18 19:16:45 +00:00
parent ecbab08e9d
commit 55af0903ff

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
}