diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-05-31 20:33:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-05-31 20:33:09 +0000 |
| commit | 87a09562d57acb195db3023cd85e2b65a3a7322a (patch) | |
| tree | 99ff8849b3b39f218cef286372c82dc029d2efef /test/Transforms/FunctionResolve | |
| parent | c036cfafe0c32e05269c65010c8395912dcfe0be (diff) | |
Add another testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/FunctionResolve')
| -rw-r--r-- | test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll b/test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll index ebb557824c..c171b184e7 100644 --- a/test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll +++ b/test/Transforms/FunctionResolve/2003-05-31-FuncPointerResolve.ll @@ -4,6 +4,8 @@ ; RUN: fi %Table = constant int(...)* %foo +%Table2 = constant [1 x int(...)* ] [ int(...)* %foo ] + declare int %foo(...) int %foo() { |
