summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-26 07:22:22 +0000
committerChris Lattner <sabre@nondot.org>2006-01-26 07:22:22 +0000
commitdbc2aac1e7d25c15a2341a6d463ee58c6affb3da (patch)
tree3b13890af1872fc1d1ad6337061551617d6cd44f /llvm/lib/Target/SparcV8/SparcV8Subtarget.cpp
parente6842a9da6348c6035308416367b349bbac82526 (diff)
downloadbcm5719-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.cpp2
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
+};
OpenPOWER on IntegriCloud