mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
- Update comments.
- Don't use GlobalVariable::LinkageTypes when unsigned works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Debug descriptor information for a module.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CODEGEN_MACHINEDEBUGINFODESC_H
|
||||
#define LLVM_CODEGEN_MACHINEDEBUGINFODESC_H
|
||||
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
@@ -67,7 +67,7 @@ public:
|
||||
|
||||
/// getLinkage - get linkage appropriate for this type of descriptor.
|
||||
///
|
||||
virtual GlobalValue::LinkageTypes getLinkage() const;
|
||||
virtual unsigned getLinkage() const;
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Subclasses should supply the following virtual methods.
|
||||
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
/// getLinkage - get linkage appropriate for this type of descriptor.
|
||||
///
|
||||
virtual GlobalValue::LinkageTypes getLinkage() const;
|
||||
virtual unsigned getLinkage() const;
|
||||
|
||||
/// ApplyToFields - Target the visitor to the fields of the AnchorDesc.
|
||||
///
|
||||
|
Reference in New Issue
Block a user