From: Duncan Sands Date: Thu, 28 Jul 2011 08:36:22 +0000 (+0000) Subject: This file was moved from Support to ADT. Correct a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4ed960061a1aa85bef288f06cb33c5c5b8706860;p=oota-llvm.git This file was moved from Support to ADT. Correct a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136344 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/SCCIterator.h b/include/llvm/ADT/SCCIterator.h index 0533e2c4eee..650203e5ee6 100644 --- a/include/llvm/ADT/SCCIterator.h +++ b/include/llvm/ADT/SCCIterator.h @@ -1,4 +1,4 @@ -//===-- Support/SCCIterator.h - Strongly Connected Comp. Iter. --*- C++ -*-===// +//===---- ADT/SCCIterator.h - Strongly Connected Comp. Iter. ----*- C++ -*-===// // // The LLVM Compiler Infrastructure //