aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-15 19:38:39 +0000
committerChris Lattner <sabre@nondot.org>2003-05-15 19:38:39 +0000
commit3e2c5261d6b7f8ff11ad62f66853f473784cce94 (patch)
treed006467bedf353672dfdc52b91749bb70bf68974
parent608f4b0287abf74cdbba95c9f6606f1aa03944a8 (diff)
Add note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6235 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Assembler/2003-05-15-AssemblerProblem.llx3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-15-AssemblerProblem.llx b/test/Assembler/2003-05-15-AssemblerProblem.llx
index c1f9041769..9b39390f23 100644
--- a/test/Assembler/2003-05-15-AssemblerProblem.llx
+++ b/test/Assembler/2003-05-15-AssemblerProblem.llx
@@ -1,3 +1,6 @@
+; This bug was caused by two CPR's existing for the same global variable,
+; colliding in the Module level CPR map.
+
; RUN: as < %s -o /dev/null -f
void %test() {