From 3e2c5261d6b7f8ff11ad62f66853f473784cce94 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 May 2003 19:38:39 +0000 Subject: [PATCH] Add note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6235 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-05-15-AssemblerProblem.llx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Assembler/2003-05-15-AssemblerProblem.llx b/test/Assembler/2003-05-15-AssemblerProblem.llx index c1f90417693..9b39390f236 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() {