From: Reid Spencer Date: Fri, 5 Jan 2007 17:36:59 +0000 (+0000) Subject: This tests for something that will become illegal soon. The test/Feature X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=71fc834b3f0caa9518a8537d851c96751837bda7;p=oota-llvm.git This tests for something that will become illegal soon. The test/Feature suite has a test for renaming of global variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-02-02-ConstGlobal.ll b/test/Assembler/2003-02-02-ConstGlobal.ll deleted file mode 100644 index faecbf5560d..00000000000 --- a/test/Assembler/2003-02-02-ConstGlobal.ll +++ /dev/null @@ -1,4 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f - -%X = external global int -%X = constant int 7