diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-02 16:30:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-02 16:30:29 +0000 |
commit | e58ee96b08a9c73a202bb05caadd8d39198fc9a2 (patch) | |
tree | 96d65892628ad22483d33c0057c547b0e6f40da3 | |
parent | 7094b7ae8f93f9b092dfbd0574c0961abadbd9f5 (diff) |
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5466 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/2003-02-02-ConstGlobal.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2003-02-02-ConstGlobal.ll b/test/Assembler/2003-02-02-ConstGlobal.ll new file mode 100644 index 0000000000..8db245f83d --- /dev/null +++ b/test/Assembler/2003-02-02-ConstGlobal.ll @@ -0,0 +1,3 @@ + +%X = external global int +%X = constant int 7 |