1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix 80-col violation.

llvm-svn: 59394
This commit is contained in:
Zhongxing Xu 2008-11-16 04:44:41 +00:00
parent 047dc0a77a
commit fb7e7e8158

View File

@ -9,7 +9,7 @@
//
// This file defines a hash set that can be used to remove duplication of nodes
// in a graph. This code was originally created by Chris Lattner for use with
// SelectionDAGCSEMap, but was isolated to provide use across the llvm code set.
// SelectionDAGCSEMap, but was isolated to provide use across the llvm code set.
//
//===----------------------------------------------------------------------===//