diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-26 07:22:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-26 07:22:22 +0000 |
commit | 4dcfaac2e390fdd0e8a562aeccb666178bd8664c (patch) | |
tree | ec40c1d6824c502c130383d9b8300840c2fdbf26 /lib/Target/Sparc/SparcSubtarget.cpp | |
parent | 0d170a7969e7e36ad00afe596f2937f0c74d2b49 (diff) |
Rest of subtarget support, remove references to ppc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcSubtarget.cpp')
-rw-r--r-- | lib/Target/Sparc/SparcSubtarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcSubtarget.cpp b/lib/Target/Sparc/SparcSubtarget.cpp index 53a7b5bbeb..5a08cd2bc4 100644 --- a/lib/Target/Sparc/SparcSubtarget.cpp +++ b/lib/Target/Sparc/SparcSubtarget.cpp @@ -24,4 +24,4 @@ SparcV8Subtarget::SparcV8Subtarget(const Module &M, const std::string &FS) { // Parse features string. ParseSubtargetFeatures(FS, CPU); -};
\ No newline at end of file +}; |