From e9670e3623aade4fbb5596b39257438bca55d117 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Jul 2004 23:12:09 +0000 Subject: [PATCH] this "feature" is gone git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14832 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-03-03-DuplicateConstant.ll | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/Assembler/2003-03-03-DuplicateConstant.ll diff --git a/test/Assembler/2003-03-03-DuplicateConstant.ll b/test/Assembler/2003-03-03-DuplicateConstant.ll deleted file mode 100644 index edb06e0167f..00000000000 --- a/test/Assembler/2003-03-03-DuplicateConstant.ll +++ /dev/null @@ -1,5 +0,0 @@ - - -%X = const int 0 -%X = const int 0 -