Refactor function that checks that __builtin_returnaddress's argument is constant.
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index e6917b74e7dcd4cd0a05a51b41fe3ff1852e93b6..c8351b7c5ef747b695f91e8454c4736b575c951d 100644 (file)
@@ -2164,6 +2164,10 @@ public:
     return 0;
   }
 
+
+  bool verifyReturnAddressArgumentIsConstant(SDValue Op,
+                                             SelectionDAG &DAG) const;
+
   //===--------------------------------------------------------------------===//
   // Inline Asm Support hooks
   //