Removed redundant ctor.
[oota-llvm.git] / include / llvm / IntrinsicInst.h
index c674e47b3a00689e5eadd32377b648f7c74a2678..16a43d41972f25d1e0604be378c413db376b9af8 100644 (file)
@@ -96,8 +96,8 @@ namespace llvm {
       return unsigned(cast<ConstantInt>(getOperand(2))->getZExtValue());
     }
     
-    std::string getFileName() const;
-    std::string getDirectory() const;
+    Value* getFileName() const;
+    Value* getDirectory() const;
 
     // Methods for support type inquiry through isa, cast, and dyn_cast:
     static inline bool classof(const DbgStopPointInst *) { return true; }