aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-07-18 20:52:11 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-07-18 20:52:11 +0000
commit617dd7baa6dfd3a7b5ee72ace37f6b6aeaa6006b (patch)
tree8163212cd30fad3f727b18b255eba3ce04d29899 /include/llvm
parentf689fa185f8469f595222bff41b7e8f41bda2bef (diff)
Use a better name for the label relocations while emitting them for Jump Tables
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Target/TargetELFWriterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetELFWriterInfo.h b/include/llvm/Target/TargetELFWriterInfo.h
index dbcffe0ca6..7eb53529af 100644
--- a/include/llvm/Target/TargetELFWriterInfo.h
+++ b/include/llvm/Target/TargetELFWriterInfo.h
@@ -106,7 +106,7 @@ namespace llvm {
/// getJumpTableRelocationTy - Returns the machine relocation type used
/// to reference a jumptable.
- virtual unsigned getJumpTableMachineRelocationTy() const = 0;
+ virtual unsigned getAbsoluteLabelMachineRelTy() const = 0;
};
} // end llvm namespace