Delete a few no longer needed references to pseudos.
authorJim Grosbach <grosbach@apple.com>
Tue, 30 Nov 2010 18:56:13 +0000 (18:56 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 30 Nov 2010 18:56:13 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120441 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ARMDecoderEmitter.cpp

index 08e5be985e23cc2a41287153d8e45243781ace95..3273be8aa3b59997999499e222bc79eee8e102f2 100644 (file)
@@ -1570,10 +1570,6 @@ bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
         Name.find("CMNz") != std::string::npos */)
       return false;
 
-    // Ignore pseudo instructions.
-    if (Name == "BXr9" || Name == "BMOVPCRX" || Name == "BMOVPCRXr9")
-      return false;
-
     // Tail calls are other patterns that generate existing instructions.
     if (Name == "TCRETURNdi" || Name == "TCRETURNdiND" ||
         Name == "TCRETURNri" || Name == "TCRETURNriND" ||