Add a Profile function for statements so that we can (eventually) determine
when statements and expressions are equivalent.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77284 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt
index f9239ed..2a064b8 100644
--- a/lib/AST/CMakeLists.txt
+++ b/lib/AST/CMakeLists.txt
@@ -23,6 +23,7 @@
   StmtDumper.cpp
   StmtIterator.cpp
   StmtPrinter.cpp
+  StmtProfile.cpp
   StmtViz.cpp
   TemplateName.cpp
   Type.cpp