aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-12-19 14:41:01 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-12-19 14:41:01 +0000
commit4fdc1759ca2ac6d847f92d9d0b5eb1ea3bb3164d (patch)
tree8137318e4f0c07eac0509d634db8ea3ac3e3f56c /clang/lib/CodeGen/CodeGenModule.h
parent1f179064b06b6226df30a4ac51c8056abbafefc4 (diff)
downloadllvm-4fdc1759ca2ac6d847f92d9d0b5eb1ea3bb3164d.zip
llvm-4fdc1759ca2ac6d847f92d9d0b5eb1ea3bb3164d.tar.gz
llvm-4fdc1759ca2ac6d847f92d9d0b5eb1ea3bb3164d.tar.bz2
Extend the fix for PR9614 to handle inline asm in the outer decl and
the inner decl being a builtin. This is needed to support the glibc headers in fedora 16 (2.14). llvm-svn: 146867
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 4c31737..0517521 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -323,7 +323,7 @@ class CodeGenModule : public CodeGenTypeCache {
void createOpenCLRuntime();
void createCUDARuntime();
- bool isTriviallyRecursiveViaAsm(const FunctionDecl *F);
+ bool isTriviallyRecursive(const FunctionDecl *F);
bool shouldEmitFunction(const FunctionDecl *F);
llvm::LLVMContext &VMContext;