OSDN Git Service

Anna's test commit.
authorAnna Zaks <ganna@apple.com>
Tue, 14 Jun 2011 22:10:12 +0000 (22:10 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 14 Jun 2011 22:10:12 +0000 (22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133017 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/CBackend.cpp

index fde2e29..90200db 100644 (file)
@@ -278,7 +278,7 @@ namespace {
       return AI;
     }
 
-    // isInlineAsm - Check if the instruction is a call to an inline asm chunk
+    // isInlineAsm - Check if the instruction is a call to an inline asm chunk.
     static bool isInlineAsm(const Instruction& I) {
       if (const CallInst *CI = dyn_cast<CallInst>(&I))
         return isa<InlineAsm>(CI->getCalledValue());