modernize testcase
authorChris Lattner <sabre@nondot.org>
Tue, 18 Feb 2003 19:16:45 +0000 (19:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Feb 2003 19:16:45 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5586 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/div.ll

index 4f81b2f3f7f489a68fe60794a22e9896ee87dabc..10daccf11c6a3de6008aef252a7f8d5ecf790896 100644 (file)
@@ -8,9 +8,7 @@
 
 implementation
 
-int "test1"(int %A)
-begin
+int %test1(int %A) {
        %B = div int %A, 1
        ret int %B
-end
-
+}