diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-26 08:01:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-26 08:01:30 +0000 |
commit | 32f54f314945f9acdcbdeb507d0c34e499f179f6 (patch) | |
tree | 11e9a31d94a21143614a6b82d38de04c335a2aee /include/llvm | |
parent | b1dfc70ef1d78436e77d27dac89a81b43abd4d75 (diff) | |
download | external_llvm-32f54f314945f9acdcbdeb507d0c34e499f179f6.zip external_llvm-32f54f314945f9acdcbdeb507d0c34e499f179f6.tar.gz external_llvm-32f54f314945f9acdcbdeb507d0c34e499f179f6.tar.bz2 |
Eliminate copy-and-paste comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Config/sys/resource.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/stat.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/time.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/types.h | 2 | ||||
-rw-r--r-- | include/llvm/Config/sys/wait.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/include/llvm/Config/sys/resource.h b/include/llvm/Config/sys/resource.h index 7e090ce..0b51941 100644 --- a/include/llvm/Config/sys/resource.h +++ b/include/llvm/Config/sys/resource.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/resource.h - Annotation classes --------------*- C++ -*-===// +/*===-- Config/sys/resource.h -----------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/stat.h b/include/llvm/Config/sys/stat.h index a19fee4..9c10260 100644 --- a/include/llvm/Config/sys/stat.h +++ b/include/llvm/Config/sys/stat.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/stat.h - Annotation classes --------------*- ----C++ -*-===// +/*===-- Config/sys/stat.h -----------------------------------*- ----C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/time.h b/include/llvm/Config/sys/time.h index 21cb140..2764994 100644 --- a/include/llvm/Config/sys/time.h +++ b/include/llvm/Config/sys/time.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/time.h - Annotation classes ------------------*- C++ -*-===// +/*===-- Config/sys/time.h ---------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/types.h b/include/llvm/Config/sys/types.h index bdb64a7..f0a7abe 100644 --- a/include/llvm/Config/sys/types.h +++ b/include/llvm/Config/sys/types.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/types.h - Annotation classes --------------*- C++ -*-===// +/*===-- Config/sys/types.h --------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * diff --git a/include/llvm/Config/sys/wait.h b/include/llvm/Config/sys/wait.h index de92831..b3db60e 100644 --- a/include/llvm/Config/sys/wait.h +++ b/include/llvm/Config/sys/wait.h @@ -1,4 +1,4 @@ -/*===-- Config/sys/wait.h - Annotation classes ------------------*- C++ -*-===// +/*===-- Config/sys/wait.h ---------------------------------------*- C++ -*-===// * * The LLVM Compiler Infrastructure * |