diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-05 17:36:59 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-05 17:36:59 +0000 |
| commit | ab9842ea8b287911683c644f3a1e62c41782275c (patch) | |
| tree | 111e841106a79095305b5b513de627379f73c2f4 | |
| parent | c01fe62caa3b9792e09b6bbb0209a074b586cdd6 (diff) | |
| download | bcm5719-llvm-ab9842ea8b287911683c644f3a1e62c41782275c.tar.gz bcm5719-llvm-ab9842ea8b287911683c644f3a1e62c41782275c.zip | |
This tests for something that will become illegal soon. The test/Feature
suite has a test for renaming of global variables.
llvm-svn: 32914
| -rw-r--r-- | llvm/test/Regression/Assembler/2003-02-02-ConstGlobal.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/Regression/Assembler/2003-02-02-ConstGlobal.ll b/llvm/test/Regression/Assembler/2003-02-02-ConstGlobal.ll deleted file mode 100644 index faecbf5560d..00000000000 --- a/llvm/test/Regression/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 |

