summaryrefslogtreecommitdiffstats
path: root/clang/Analysis/GRConstantPropagation.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-01-08 00:07:06 +0000
committerTed Kremenek <kremenek@apple.com>2008-01-08 00:07:06 +0000
commit551e4ce74eea11cd06dcdd22cb67d11a40995c5b (patch)
tree434a9497ac6bbb3cd16a09febb2e44479e9c0ca6 /clang/Analysis/GRConstantPropagation.cpp
parent725012017789a4ef0f00e25e7bc159aa6ee2dbcf (diff)
downloadbcm5719-llvm-551e4ce74eea11cd06dcdd22cb67d11a40995c5b.tar.gz
bcm5719-llvm-551e4ce74eea11cd06dcdd22cb67d11a40995c5b.zip
Relocated comment in header.
llvm-svn: 45728
Diffstat (limited to 'clang/Analysis/GRConstantPropagation.cpp')
-rw-r--r--clang/Analysis/GRConstantPropagation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/Analysis/GRConstantPropagation.cpp b/clang/Analysis/GRConstantPropagation.cpp
index 322f45bd1e7..8bc0b3b89ef 100644
--- a/clang/Analysis/GRConstantPropagation.cpp
+++ b/clang/Analysis/GRConstantPropagation.cpp
@@ -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.
OpenPOWER on IntegriCloud