Add llvm.fabs intrinsic.
[oota-llvm.git] / include / llvm / Intrinsics.td
index 1ebf13b1d81bc28fce6e75077ee2e03f45ebe1e5..01d2cca47a662083ac7b80ad5dc172c2c091522d 100644 (file)
@@ -259,6 +259,7 @@ let Properties = [IntrReadMem] in {
   def int_log2 : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
   def int_exp  : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
   def int_exp2 : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
+  def int_fabs : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
 }
 
 let Properties = [IntrNoMem] in {