aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 17:36:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 17:36:59 +0000
commit71fc834b3f0caa9518a8537d851c96751837bda7 (patch)
tree60bf6bd71ddfc009a33e0467b4cbda001426322a /test/Assembler
parent89d983720e20868052eb9b094aae34d375ff285b (diff)
downloadexternal_llvm-71fc834b3f0caa9518a8537d851c96751837bda7.zip
external_llvm-71fc834b3f0caa9518a8537d851c96751837bda7.tar.gz
external_llvm-71fc834b3f0caa9518a8537d851c96751837bda7.tar.bz2
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
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2003-02-02-ConstGlobal.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Assembler/2003-02-02-ConstGlobal.ll b/test/Assembler/2003-02-02-ConstGlobal.ll
deleted file mode 100644
index faecbf5..0000000
--- 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