commit | 4dcfaac2e390fdd0e8a562aeccb666178bd8664c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jan 26 07:22:22 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jan 26 07:22:22 2006 +0000 |
tree | ec40c1d6824c502c130383d9b8300840c2fdbf26 | |
parent | 0d170a7969e7e36ad00afe596f2937f0c74d2b49 [diff] [blame] |
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
diff --git a/lib/Target/Sparc/SparcSubtarget.cpp b/lib/Target/Sparc/SparcSubtarget.cpp index 53a7b5b..5a08cd2 100644 --- a/lib/Target/Sparc/SparcSubtarget.cpp +++ b/lib/Target/Sparc/SparcSubtarget.cpp
@@ -24,4 +24,4 @@ // Parse features string. ParseSubtargetFeatures(FS, CPU); -}; \ No newline at end of file +};