summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CBackend/CBackend.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-06-14 22:10:12 +0000
committerAnna Zaks <ganna@apple.com>2011-06-14 22:10:12 +0000
commitd7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8 (patch)
tree0e464510e86ef6d9f9d1a71ac35b4ec7e30cd81d /llvm/lib/Target/CBackend/CBackend.cpp
parentd53eca68f0816de9b43e716dd73e0ab642bff039 (diff)
downloadbcm5719-llvm-d7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8.tar.gz
bcm5719-llvm-d7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8.zip
Anna's test commit.
llvm-svn: 133017
Diffstat (limited to 'llvm/lib/Target/CBackend/CBackend.cpp')
-rw-r--r--llvm/lib/Target/CBackend/CBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp
index fde2e29e80c..90200db1414 100644
--- a/llvm/lib/Target/CBackend/CBackend.cpp
+++ b/llvm/lib/Target/CBackend/CBackend.cpp
@@ -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());
OpenPOWER on IntegriCloud