diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-14 23:12:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-14 23:12:09 +0000 |
commit | e9670e3623aade4fbb5596b39257438bca55d117 (patch) | |
tree | 623b0b29b71ae89df256906a9b1b31480f4d11a6 | |
parent | 0f01bbc3b2b4830933a6900a7a881289eb4841f3 (diff) |
this "feature" is gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14832 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/2003-03-03-DuplicateConstant.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Assembler/2003-03-03-DuplicateConstant.ll b/test/Assembler/2003-03-03-DuplicateConstant.ll deleted file mode 100644 index edb06e0167..0000000000 --- a/test/Assembler/2003-03-03-DuplicateConstant.ll +++ /dev/null @@ -1,5 +0,0 @@ - - -%X = const int 0 -%X = const int 0 - |