From 20ccded7dec5b90e58f649f4fb95b166a642b8cb Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 15 Mar 2008 00:19:36 +0000 Subject: Remove isImplicitDef TargetInstrDesc flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48381 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenInstruction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/TableGen/CodeGenInstruction.h') diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index ad076a2074..9bfd4323f9 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h @@ -91,7 +91,6 @@ namespace llvm { bool isCall; bool isSimpleLoad; bool mayLoad, mayStore; - bool isImplicitDef; bool isPredicable; bool isConvertibleToThreeAddress; bool isCommutable; -- cgit v1.2.3