]> granicus.if.org Git - clang/commitdiff
Relocated comment in header.
authorTed Kremenek <kremenek@apple.com>
Tue, 8 Jan 2008 00:07:06 +0000 (00:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 8 Jan 2008 00:07:06 +0000 (00:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45728 91177308-0d34-0410-b5e6-96231b3b80d8

Analysis/GRConstantPropagation.cpp

index 322f45bd1e70c643a411cdeb6a7870482c91f15f..8bc0b3b89ef6bc44dc074c09c78400f30ce41b1c 100644 (file)
@@ -1,6 +1,4 @@
 //===-- GRConstantPropagation.cpp --------------------------------*- C++ -*-==//
-//             
-//              [ Constant Propagation via Graph Reachability ]
 //   
 //                     The LLVM Compiler Infrastructure
 //
@@ -9,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 //
+//               Constant Propagation via Graph Reachability
+//
 //  This files defines a simple analysis that performs path-sensitive
 //  constant propagation within a function.  An example use of this analysis
 //  is to perform simple checks for NULL dereferences.