From: Justin Bogner Date: Fri, 25 Sep 2015 21:03:46 +0000 (+0000) Subject: ADCE: Fix typo in file comment. NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec5f6e86e3d967c68dc921e2ba4ec802baa1f378;p=oota-llvm.git ADCE: Fix typo in file comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248613 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/ADCE.cpp b/lib/Transforms/Scalar/ADCE.cpp index 788d5f76995..c73766cc03a 100644 --- a/lib/Transforms/Scalar/ADCE.cpp +++ b/lib/Transforms/Scalar/ADCE.cpp @@ -1,4 +1,4 @@ -//===- DCE.cpp - Code to perform dead code elimination --------------------===// +//===- ADCE.cpp - Code to perform dead code elimination -------------------===// // // The LLVM Compiler Infrastructure //