Convert two tests to use llvm-readobj.
[oota-llvm.git] / include / llvm / Target / TargetIntrinsicInfo.h
index 6de264e90ef7400be3f75d16886d4e54c3034215..71c0166d49b00cc8f8e8fb7b4441fc8f9bf03315 100644 (file)
@@ -52,7 +52,7 @@ public:
 
   /// Returns true if the intrinsic can be overloaded.
   virtual bool isOverloaded(unsigned IID) const = 0;
-  
+
   /// Create or insert an LLVM Function declaration for an intrinsic,
   /// and return it. The Tys and numTys are for intrinsics with overloaded
   /// types. See above for more information.