aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-03 05:47:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-03 05:47:34 +0000
commit848113833fc51bdd170cdce17abe7783ca52a34a (patch)
treea4f650168d85a5730044bb01fd661dab6e7147bd /lib/Target/X86/X86Subtarget.h
parent2b991bbd9918d7ae67d3f6d9ae69cf15d929698b (diff)
downloadexternal_llvm-848113833fc51bdd170cdce17abe7783ca52a34a.zip
external_llvm-848113833fc51bdd170cdce17abe7783ca52a34a.tar.gz
external_llvm-848113833fc51bdd170cdce17abe7783ca52a34a.tar.bz2
Make these functions static and local.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80892 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86Subtarget.h')
-rw-r--r--lib/Target/X86/X86Subtarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/X86/X86Subtarget.h b/lib/Target/X86/X86Subtarget.h
index d049614..60c2745 100644
--- a/lib/Target/X86/X86Subtarget.h
+++ b/lib/Target/X86/X86Subtarget.h
@@ -214,14 +214,6 @@ public:
/// indicating the number of scheduling cycles of backscheduling that
/// should be attempted.
unsigned getSpecialAddressLatency() const;
-
-private:
- /// GetCpuIDAndInfo - Execute the specified cpuid and return the 4 values in
- /// the specified arguments. If we can't run cpuid on the host, return true.
- bool GetCpuIDAndInfo(unsigned value, unsigned *rEAX, unsigned *rEBX,
- unsigned *rECX, unsigned *rEDX);
-
- const char *GetCurrentX86CPU();
};
} // End llvm namespace