From cb2d2663607e3d4963f7d670e37ade81037ae50d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 19 May 2016 18:34:20 +0000 Subject: Style fixes. NFC. llvm-svn: 270093 --- llvm/lib/Target/X86/X86FastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/X86/X86FastISel.cpp') diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index d3894525996..00942578b58 100644 --- a/llvm/lib/Target/X86/X86FastISel.cpp +++ b/llvm/lib/Target/X86/X86FastISel.cpp @@ -607,7 +607,7 @@ bool X86FastISel::handleConstantAddresses(const Value *V, X86AddressMode &AM) { AM.GV = GV; // Allow the subtarget to classify the global. - unsigned char GVFlags = Subtarget->ClassifyGlobalReference(GV, TM); + unsigned char GVFlags = Subtarget->classifyGlobalReference(GV, TM); // If this reference is relative to the pic base, set it now. if (isGlobalRelativeToPICBase(GVFlags)) { -- cgit v1.2.3