diff options
author | Anna Zaks <ganna@apple.com> | 2011-06-14 22:10:12 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2011-06-14 22:10:12 +0000 |
commit | 7bc5632218720e179c0235144d51a43625e0452b (patch) | |
tree | f6bdc573b97900b20d9f9aeacb6415f283bcd46f /lib/Target/CBackend/CBackend.cpp | |
parent | 0ca733808323454272e12d71fa489007298429d8 (diff) |
Anna's test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/CBackend.cpp')
-rw-r--r-- | lib/Target/CBackend/CBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index fde2e29e80..90200db141 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/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()); |