aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRelocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPCRelocations.h')
-rw-r--r--lib/Target/PowerPC/PPCRelocations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCRelocations.h b/lib/Target/PowerPC/PPCRelocations.h
index 77c351980c..20d747b06d 100644
--- a/lib/Target/PowerPC/PPCRelocations.h
+++ b/lib/Target/PowerPC/PPCRelocations.h
@@ -50,7 +50,7 @@ namespace llvm {
// relocated to point to a POINTER to the indicated global. The low-16
// bits of the instruction are rewritten with the low 16-bits of the
// address of the pointer.
- reloc_absolute_ptr_low,
+ reloc_absolute_ptr_low
};
}
}