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 | d7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8 (patch) | |
| tree | 0e464510e86ef6d9f9d1a71ac35b4ec7e30cd81d /llvm/lib/Target/CBackend/CBackend.cpp | |
| parent | d53eca68f0816de9b43e716dd73e0ab642bff039 (diff) | |
| download | llvm-d7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8.zip llvm-d7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8.tar.gz llvm-d7f7fcd3cb7d4ef7846fe415efa7e27ce1c45fe8.tar.bz2 | |
Anna's test commit.
llvm-svn: 133017
Diffstat (limited to 'llvm/lib/Target/CBackend/CBackend.cpp')
| -rw-r--r-- | llvm/lib/Target/CBackend/CBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp index fde2e29..90200db 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()); |
