diff options
author | David Chisnall <csdavec@swan.ac.uk> | 2011-03-22 21:21:24 +0000 |
---|---|---|
committer | David Chisnall <csdavec@swan.ac.uk> | 2011-03-22 21:21:24 +0000 |
commit | 067f0ed468c979ea649c9e6ac979d973b424cff7 (patch) | |
tree | 6d0bbdd9766bbc92d8c7fbb4d5c753886f0ce309 /clang/lib/CodeGen/CGObjCRuntime.h | |
parent | 26b57ffa270333d377b8cbe82ae7d76621293882 (diff) | |
download | bcm5719-llvm-067f0ed468c979ea649c9e6ac979d973b424cff7.tar.gz bcm5719-llvm-067f0ed468c979ea649c9e6ac979d973b424cff7.zip |
Simplify Mac runtime selection - it's the factory function's job to select which class to produce, not CodeGenModule's.
llvm-svn: 128109
Diffstat (limited to 'clang/lib/CodeGen/CGObjCRuntime.h')
-rw-r--r-- | clang/lib/CodeGen/CGObjCRuntime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCRuntime.h b/clang/lib/CodeGen/CGObjCRuntime.h index 5ad3a50adc3..e6869adbc63 100644 --- a/clang/lib/CodeGen/CGObjCRuntime.h +++ b/clang/lib/CodeGen/CGObjCRuntime.h @@ -230,7 +230,6 @@ public: //TODO: This should include some way of selecting which runtime to target. CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM); CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM); -CGObjCRuntime *CreateMacNonFragileABIObjCRuntime(CodeGenModule &CGM); } } #endif |