diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-17 08:50:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-17 08:50:50 +0000 |
commit | 125b4cb35536e45201f8f2cb19ee620e3ad67c49 (patch) | |
tree | 78238f7ee44cce6550381f88d569980b8e40aa15 /lib/CodeGen/TargetInfo.cpp | |
parent | 4c3e0ee8e6208eb42c4adb78a7d35b641fd85ae9 (diff) |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetInfo.cpp')
-rw-r--r-- | lib/CodeGen/TargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index c12e540a7a..b1d834856a 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -2650,7 +2650,7 @@ void MBlazeTargetCodeGenInfo::SetTargetAttributes(const Decl *D, const { const FunctionDecl *FD = dyn_cast<FunctionDecl>(D); if (!FD) return; - + llvm::CallingConv::ID CC = llvm::CallingConv::C; if (FD->hasAttr<MBlazeInterruptHandlerAttr>()) CC = llvm::CallingConv::MBLAZE_INTR; |