summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-03-07 21:39:20 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-03-07 21:39:20 +0000
commit5984dfe7c78902d323228688779a151de295cab9 (patch)
tree8c955ce60a2cd6e6541e3f95ebf3c65b6dcadc0d
parent45a853489333bc9f20a0613c8cf5aaaf777c0252 (diff)
downloadbcm5719-llvm-5984dfe7c78902d323228688779a151de295cab9.tar.gz
bcm5719-llvm-5984dfe7c78902d323228688779a151de295cab9.zip
Small formating change in Core.cpp . NFC
llvm-svn: 262860
-rw-r--r--llvm/lib/IR/Core.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/IR/Core.cpp b/llvm/lib/IR/Core.cpp
index f6c6d151062..409dd2b9040 100644
--- a/llvm/lib/IR/Core.cpp
+++ b/llvm/lib/IR/Core.cpp
@@ -120,7 +120,7 @@ char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) {
return LLVMCreateMessage(MsgStorage.c_str());
}
-LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){
+LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI) {
LLVMDiagnosticSeverity severity;
switch(unwrap(DI)->getSeverity()) {
@@ -142,8 +142,6 @@ LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI){
}
-
-
/*===-- Operations on modules ---------------------------------------------===*/
LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) {
OpenPOWER on IntegriCloud