summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-05-19 18:34:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-05-19 18:34:20 +0000
commitcb2d2663607e3d4963f7d670e37ade81037ae50d (patch)
tree71a22b38a465f0971af3df32f9638d8d95fe53a0 /llvm/lib/Target/X86/X86Subtarget.h
parente327fa12a1fc21ecb6283e0f1fd3dd37c7e86904 (diff)
downloadbcm5719-llvm-cb2d2663607e3d4963f7d670e37ade81037ae50d.tar.gz
bcm5719-llvm-cb2d2663607e3d4963f7d670e37ade81037ae50d.zip
Style fixes. NFC.
llvm-svn: 270093
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.h')
-rw-r--r--llvm/lib/Target/X86/X86Subtarget.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/llvm/lib/Target/X86/X86Subtarget.h b/llvm/lib/Target/X86/X86Subtarget.h
index 06df8689fe8..dd409d1457b 100644
--- a/llvm/lib/Target/X86/X86Subtarget.h
+++ b/llvm/lib/Target/X86/X86Subtarget.h
@@ -562,23 +562,21 @@ public:
!GV->isDeclarationForLinker();
}
- /// ClassifyGlobalReference - Classify a global variable reference for the
- /// current subtarget according to how we should reference it in a non-pcrel
- /// context.
- unsigned char ClassifyGlobalReference(const GlobalValue *GV,
+ /// Classify a global variable reference for the current subtarget according
+ /// to how we should reference it in a non-pcrel context.
+ unsigned char classifyGlobalReference(const GlobalValue *GV,
const TargetMachine &TM)const;
- /// classifyGlobalFunctionReference - Classify a global function reference
- /// for the current subtarget.
+ /// Classify a global function reference for the current subtarget.
unsigned char classifyGlobalFunctionReference(const GlobalValue *GV,
const TargetMachine &TM) const;
/// Classify a blockaddress reference for the current subtarget according to
/// how we should reference it in a non-pcrel context.
- unsigned char ClassifyBlockAddressReference() const;
+ unsigned char classifyBlockAddressReference() const;
/// Return true if the subtarget allows calls to immediate address.
- bool IsLegalToCallImmediateAddr(const TargetMachine &TM) const;
+ bool isLegalToCallImmediateAddr(const TargetMachine &TM) const;
/// This function returns the name of a function which has an interface
/// like the non-standard bzero function, if such a function exists on
OpenPOWER on IntegriCloud