summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-01 04:19:24 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-01 04:19:24 +0000
commit95215a76cdaa338f1d2744bf2520236d105e044d (patch)
tree40136f9da4518d2c6e8ebd1c2ddf7be83995de0a /llvm/lib/Target/X86
parentfd0578532417ca2ac3210d4b5b0ab05cea4d1ce1 (diff)
downloadbcm5719-llvm-95215a76cdaa338f1d2744bf2520236d105e044d.tar.gz
bcm5719-llvm-95215a76cdaa338f1d2744bf2520236d105e044d.zip
I forgot these files in the previous commit.
llvm-svn: 130635
Diffstat (limited to 'llvm/lib/Target/X86')
-rw-r--r--llvm/lib/Target/X86/X86MCAsmInfo.cpp1
-rw-r--r--llvm/lib/Target/X86/X86MCAsmInfo.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86MCAsmInfo.cpp b/llvm/lib/Target/X86/X86MCAsmInfo.cpp
index 23ce3e6c8e2..bbe2e774914 100644
--- a/llvm/lib/Target/X86/X86MCAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86MCAsmInfo.cpp
@@ -76,6 +76,7 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
const MCExpr *
X86_64MCAsmInfoDarwin::getExprForPersonalitySymbol(const MCSymbol *Sym,
+ unsigned Encoding,
MCStreamer &Streamer) const {
MCContext &Context = Streamer.getContext();
const MCExpr *Res =
diff --git a/llvm/lib/Target/X86/X86MCAsmInfo.h b/llvm/lib/Target/X86/X86MCAsmInfo.h
index 942797840d5..2cd4c8eb30e 100644
--- a/llvm/lib/Target/X86/X86MCAsmInfo.h
+++ b/llvm/lib/Target/X86/X86MCAsmInfo.h
@@ -29,6 +29,7 @@ namespace llvm {
explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
virtual const MCExpr *
getExprForPersonalitySymbol(const MCSymbol *Sym,
+ unsigned Encoding,
MCStreamer &Streamer) const;
};
OpenPOWER on IntegriCloud