punctuate properly
authorChris Lattner <sabre@nondot.org>
Sun, 18 Oct 2009 05:08:07 +0000 (05:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Oct 2009 05:08:07 +0000 (05:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84407 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instructions.h

index 373e4e3becd18a53005d0c5b731c9e805cf3914f..dbeb9e12eec8f8fa1ac9fce754805b2254fa9009 100644 (file)
@@ -1100,11 +1100,11 @@ public:
   }
 
   /// getCalledValue - Get a pointer to the function that is invoked by this
-  /// instruction
+  /// instruction.
   const Value *getCalledValue() const { return Op<0>(); }
         Value *getCalledValue()       { return Op<0>(); }
 
-  /// setCalledFunction - Set the function called
+  /// setCalledFunction - Set the function called.
   void setCalledFunction(Value* Fn) {
     Op<0>() = Fn;
   }