From fe2cce63aa26d0916fa7be32c6bf7fa8fb059ee7 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 20 Feb 2009 22:51:36 +0000 Subject: Removed trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65196 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/DataFlow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/llvm/Support/DataFlow.h') diff --git a/include/llvm/Support/DataFlow.h b/include/llvm/Support/DataFlow.h index 110e0e11a5..4b94ba36a3 100644 --- a/include/llvm/Support/DataFlow.h +++ b/include/llvm/Support/DataFlow.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines specializations of GraphTraits that allows Use-Def and +// This file defines specializations of GraphTraits that allows Use-Def and // Def-Use relations to be treated as proper graphs for generic algorithms. //===----------------------------------------------------------------------===// @@ -20,7 +20,7 @@ namespace llvm { //===----------------------------------------------------------------------===// -// Provide specializations of GraphTraits to be able to treat def-use/use-def +// Provide specializations of GraphTraits to be able to treat def-use/use-def // chains as graphs template <> struct GraphTraits { -- cgit v1.2.3