From 36bf506ad3c99a309ca8bd73bd03563d8d068ac0 Mon Sep 17 00:00:00 2001
From: Roman Divacky
Date: Wed, 4 Nov 2009 14:58:56 +0000
Subject: Update LLVM to r86025.
---
docs/TableGenFundamentals.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs/TableGenFundamentals.html')
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index 7ae1ca489e32e..4ae6718bf45ba 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -151,7 +151,7 @@ file prints this (at the time of this writing):
bit isReMaterializable = 0;
bit isPredicable = 0;
bit hasDelaySlot = 0;
- bit usesCustomDAGSchedInserter = 0;
+ bit usesCustomInserter = 0;
bit hasCtrlDep = 0;
bit isNotDuplicable = 0;
bit hasSideEffects = 0;
@@ -794,7 +794,7 @@ This should highlight the APIs in TableGen/Record.h.
Chris Lattner
LLVM Compiler Infrastructure
- Last modified: $Date: 2009-10-05 04:51:06 +0200 (Mon, 05 Oct 2009) $
+ Last modified: $Date: 2009-10-29 19:10:34 +0100 (Thu, 29 Oct 2009) $