Position Independent Code (PIC) support [3]
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 5ec37bf00854765558c0aadb6fd9c8db50b82747..2d230a7ceb38f32f5790556cff3f0c0f7f96f692 100644 (file)
@@ -41,7 +41,10 @@ namespace llvm {
       Ret,
 
       // Need to support addition with a input flag
-      Add
+      Add,
+
+      // Used on PIC Code to load global addresses
+      LoadAddr
     };
   }