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 | dbc2aac1e7d25c15a2341a6d463ee58c6affb3da (patch) | |
tree | 3b13890af1872fc1d1ad6337061551617d6cd44f /llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp | |
parent | e6842a9da6348c6035308416367b349bbac82526 (diff) | |
download | bcm5719-llvm-dbc2aac1e7d25c15a2341a6d463ee58c6affb3da.tar.gz bcm5719-llvm-dbc2aac1e7d25c15a2341a6d463ee58c6affb3da.zip |
Rest of subtarget support, remove references to ppc
llvm-svn: 25642
Diffstat (limited to 'llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp b/llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp index 53a7b5bbeb2..5a08cd2bc4a 100644 --- a/llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp +++ b/llvm/lib/Target/SparcV8/SparcV8Subtarget.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 +}; |