PowerPC: Remove ADDIL patterns.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelDAGToDAG.cpp
index 8b307971f2039dab6a8d6b9772bcbb01ae9f2493..95efc11b53c15682c298dd3952904b4bdeef6ef5 100644 (file)
@@ -1477,8 +1477,7 @@ void PPCDAGToDAGISel::PostprocessISelDAG() {
     default: continue;
 
     case PPC::ADDI8:
-    case PPC::ADDI8L:
-    case PPC::ADDIL:
+    case PPC::ADDI:
       // In some cases (such as TLS) the relocation information
       // is already in place on the operand, so copying the operand
       // is sufficient.