summaryrefslogtreecommitdiff
path: root/dragonegg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-11-04 06:22:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-11-04 06:22:38 +0000
commit6a88c1d7215f53d7cbdc98de3fdcd7144b9f403d (patch)
tree1ea4b3828cbb37d0bc03a5ab390acc2f8d714cb8 /dragonegg
parent3a9d3d772a57969f0b6497871c319162df0ec044 (diff)
dragonegg/Internals.h: Use LLVM_END_WITH_NULL.
Diffstat (limited to 'dragonegg')
-rw-r--r--dragonegg/include/dragonegg/Internals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonegg/include/dragonegg/Internals.h b/dragonegg/include/dragonegg/Internals.h
index fad38b7c0f3..fdafbf008b6 100644
--- a/dragonegg/include/dragonegg/Internals.h
+++ b/dragonegg/include/dragonegg/Internals.h
@@ -602,7 +602,7 @@ private:
const MemRef *DestLoc, const llvm::AttributeSet &PAL);
llvm::CallInst *EmitSimpleCall(llvm::StringRef CalleeName,
tree_node *ret_type,
- /* arguments */ ...) END_WITH_NULL;
+ /* arguments */ ...) LLVM_END_WITH_NULL;
llvm::Value *EmitFieldAnnotation(llvm::Value *FieldPtr, tree_node *FieldDecl);
// Inline Assembly and Register Variables.