mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Small formating change in Core.cpp . NFC
llvm-svn: 262860
This commit is contained in:
parent
264b1a3444
commit
6941ebec51
@ -120,7 +120,7 @@ char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) {
|
|||||||
return LLVMCreateMessage(MsgStorage.c_str());
|
return LLVMCreateMessage(MsgStorage.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){
|
LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI) {
|
||||||
LLVMDiagnosticSeverity severity;
|
LLVMDiagnosticSeverity severity;
|
||||||
|
|
||||||
switch(unwrap(DI)->getSeverity()) {
|
switch(unwrap(DI)->getSeverity()) {
|
||||||
@ -142,8 +142,6 @@ LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*===-- Operations on modules ---------------------------------------------===*/
|
/*===-- Operations on modules ---------------------------------------------===*/
|
||||||
|
|
||||||
LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) {
|
LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) {
|
||||||
|
Loading…
Reference in New Issue
Block a user