[SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsic
[oota-llvm.git] / include / llvm / CodeGen / ISDOpcodes.h
index 4ca73914b7283112d1fbc8f7517b441a5c44fbc9..c7f54655f84b7aa85d14ee2b8122a8ed4f701211 100644 (file)
@@ -336,7 +336,7 @@ namespace ISD {
     SHL, SRA, SRL, ROTL, ROTR,
 
     /// Byte Swap and Counting operators.
-    BSWAP, CTTZ, CTLZ, CTPOP,
+    BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
 
     /// [SU]ABSDIFF - Signed/Unsigned absolute difference of two input integer
     /// vector. These nodes are generated from llvm.*absdiff* intrinsics.