Deleted Added
full compact
AddressPool.h (276479) AddressPool.h (280031)
1//===-- llvm/CodeGen/AddressPool.h - Dwarf Debug Framework -----*- C++ -*--===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
1//===-- llvm/CodeGen/AddressPool.h - Dwarf Debug Framework -----*- C++ -*--===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef CODEGEN_ASMPRINTER_ADDRESSPOOL_H__
11#define CODEGEN_ASMPRINTER_ADDRESSPOOL_H__
10#ifndef LLVM_LIB_CODEGEN_ASMPRINTER_ADDRESSPOOL_H
11#define LLVM_LIB_CODEGEN_ASMPRINTER_ADDRESSPOOL_H
12
13#include "llvm/ADT/DenseMap.h"
14
15namespace llvm {
16class MCSection;
17class MCSymbol;
18class AsmPrinter;
19// Collection of addresses for this unit and assorted labels.

--- 33 unchanged lines hidden ---
12
13#include "llvm/ADT/DenseMap.h"
14
15namespace llvm {
16class MCSection;
17class MCSymbol;
18class AsmPrinter;
19// Collection of addresses for this unit and assorted labels.

--- 33 unchanged lines hidden ---