I can't believe I caught this before Misha! :)
authorChris Lattner <sabre@nondot.org>
Tue, 9 Aug 2005 23:08:53 +0000 (23:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Aug 2005 23:08:53 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22733 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h

index c7a9cff07ae50cbf4771f80bcb18ae2ed7318acd..68f943046a52b152e31c67cbc1ce942ed516ddc7 100644 (file)
@@ -207,8 +207,8 @@ private:
   
   // Try to simplify a setcc built with the specified operands and cc.  If
   // unable to simplify it, return a null SDOperand.
-  SDOperand SimplfySetCC(MVT::ValueType VT, SDOperand N1,
-                         SDOperand N2, ISD::CondCode Cond);
+  SDOperand SimplifySetCC(MVT::ValueType VT, SDOperand N1,
+                          SDOperand N2, ISD::CondCode Cond);
 
   
   // Maps to auto-CSE operations.