aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetLoweringObjectFile.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-27 23:17:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-27 23:17:57 +0000
commit60246a96224c8b790177253bf25433b93b335d2b (patch)
treefef10a70ee2b53ba6d817ddd65400e022046a577 /include/llvm/Target/TargetLoweringObjectFile.h
parent7afec9cc0ff1654619d30b6f30e2a4d13369c8bf (diff)
Remove unnecessary argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLoweringObjectFile.h')
-rw-r--r--include/llvm/Target/TargetLoweringObjectFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h
index e4bbd018d7..360f3ceb2a 100644
--- a/include/llvm/Target/TargetLoweringObjectFile.h
+++ b/include/llvm/Target/TargetLoweringObjectFile.h
@@ -223,8 +223,8 @@ public:
// getCFIPersonalitySymbol - The symbol that gets passed to .cfi_personality.
virtual MCSymbol *
- getCFIPersonalitySymbol(const GlobalValue *GV, unsigned Encoding,
- Mangler *Mang, MachineModuleInfo *MMI) const;
+ getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
+ MachineModuleInfo *MMI) const;
///
const MCExpr *