[cfe-commits] r45728 - /cfe/trunk/Analysis/GRConstantPropagation.cpp
Ted Kremenek
kremenek at apple.com
Mon Jan 7 16:07:09 PST 2008
Author: kremenek
Date: Mon Jan 7 18:07:06 2008
New Revision: 45728
URL: http://llvm.org/viewvc/llvm-project?rev=45728&view=rev
Log:
Relocated comment in header.
Modified:
cfe/trunk/Analysis/GRConstantPropagation.cpp
Modified: cfe/trunk/Analysis/GRConstantPropagation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Analysis/GRConstantPropagation.cpp?rev=45728&r1=45727&r2=45728&view=diff
==============================================================================
--- cfe/trunk/Analysis/GRConstantPropagation.cpp (original)
+++ cfe/trunk/Analysis/GRConstantPropagation.cpp Mon Jan 7 18:07:06 2008
@@ -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.
More information about the cfe-commits
mailing list