diff options
Diffstat (limited to 'include/llvm/Support/CodeGen.h')
| -rw-r--r-- | include/llvm/Support/CodeGen.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/llvm/Support/CodeGen.h b/include/llvm/Support/CodeGen.h index 941c112b0dd2..5f9e33129587 100644 --- a/include/llvm/Support/CodeGen.h +++ b/include/llvm/Support/CodeGen.h @@ -25,7 +25,7 @@ namespace llvm {    // Code model types.    namespace CodeModel {      // Sync changes with CodeGenCWrappers.h. -    enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; +  enum Model { Small, Kernel, Medium, Large };    }    namespace PICLevel { | 
