From eb7fe5df1b6318ae793bf32f9988c4cbc3c5ad74 Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Thu, 30 Jun 2011 06:37:07 +0000
Subject: [PATCH] The enum was moved to ISDOpcodes.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134134 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ExtendingLLVM.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index b720911df0a..795e2118dc9 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -146,7 +146,7 @@ cases, new nodes have been added to allow many targets to perform a common task
complicated behavior in a single node (rotate).
-- include/llvm/CodeGen/SelectionDAGNodes.h:
+
- include/llvm/CodeGen/ISDOpcodes.h:
Add an enum value for the new SelectionDAG node.
- lib/CodeGen/SelectionDAG/SelectionDAG.cpp:
Add code to print the node to getOperationName. If your new node