Align Win64 EH Table sections to 4 bytes.
[oota-llvm.git] / utils / TableGen / DAGISelMatcherOpt.cpp
index 0904b026195b980064f1412e9a7f5a4c7e4a5666..f9964223c24850f6918793da6a3da243c3e18395 100644 (file)
@@ -18,7 +18,6 @@
 #include "llvm/ADT/StringSet.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
-#include <vector>
 using namespace llvm;
 
 /// ContractNodes - Turn multiple matcher node patterns like 'MoveChild+Record'
@@ -116,7 +115,7 @@ static void ContractNodes(OwningPtr<Matcher> &MatcherPtr,
       // because the code in the pattern generator doesn't handle it right.  We
       // do it anyway for thoroughness.
       if (!EN->hasOutFlag() &&
-          Pattern.getSrcPattern()->NodeHasProperty(SDNPOutFlag, CGP))
+          Pattern.getSrcPattern()->NodeHasProperty(SDNPOutGlue, CGP))
         ResultsMatch = false;