diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h b/contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h index 871a7d7a2a07..7ca630c9abaa 100644 --- a/contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h +++ b/contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h @@ -23,7 +23,7 @@ class FunctionPass; class PassRegistry; FunctionPass *createCSKYISelDag(CSKYTargetMachine &TM, - CodeGenOpt::Level OptLevel); + CodeGenOptLevel OptLevel); FunctionPass *createCSKYConstantIslandPass(); void initializeCSKYConstantIslandsPass(PassRegistry &); |
