From: Chris Lattner Date: Sun, 2 Feb 2003 16:30:29 +0000 (+0000) Subject: New testcase X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e58ee96b08a9c73a202bb05caadd8d39198fc9a2;p=oota-llvm.git New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5466 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-02-02-ConstGlobal.ll b/test/Assembler/2003-02-02-ConstGlobal.ll new file mode 100644 index 00000000000..8db245f83d0 --- /dev/null +++ b/test/Assembler/2003-02-02-ConstGlobal.ll @@ -0,0 +1,3 @@ + +%X = external global int +%X = constant int 7