diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-16 20:08:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-16 20:08:19 +0000 |
commit | 8de3fc6f2dacc9cbf05b544853baf7d36792a144 (patch) | |
tree | 1609c8a9ba090371ff188a1f12ca63dc0d1bfcd4 /test/CodeGen/CBackend | |
parent | eb265cdc90fa6b515eb87c4c29cd2f1e588a0cda (diff) | |
download | external_llvm-8de3fc6f2dacc9cbf05b544853baf7d36792a144.zip external_llvm-8de3fc6f2dacc9cbf05b544853baf7d36792a144.tar.gz external_llvm-8de3fc6f2dacc9cbf05b544853baf7d36792a144.tar.bz2 |
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r-- | test/CodeGen/CBackend/2002-10-16-External.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-10-16-External.ll b/test/CodeGen/CBackend/2002-10-16-External.ll new file mode 100644 index 0000000..3ad9089 --- /dev/null +++ b/test/CodeGen/CBackend/2002-10-16-External.ll @@ -0,0 +1,2 @@ +%bob = external global int ; <int*> [#uses=2] + |