diff options
-rw-r--r-- | test/Assembler/2003-05-15-AssemblerProblem.llx | 3 |
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() { |