Add calls to print results in fib, simpleadd and sumarray.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 21:16:34 +0000 (21:16 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 21:16:34 +0000 (21:16 +0000)
commitffcaa7bb00cb4b6e016f8c110f890edb97981576
tree90ed82c6b3570540794f31125dfa56b5dad018a5
parent15741cfb9b2bbfbf5c72592bf452086ca33fc8b7
Add calls to print results in fib, simpleadd and sumarray.
indirectcall is the same as fib but uses function pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@996 91177308-0d34-0410-b5e6-96231b3b80d8
test/Feature/indirectcall.ll [new file with mode: 0644]
test/fib.ll