commit | b9f9295340d41f66173577be33359b9976636b5a | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Apr 22 20:06:42 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Apr 22 20:06:42 2010 +0000 |
tree | 057111a4f5710f340f71737f58833a32ab59e01d | |
parent | 174620f9f6fdf56a8319ccf801d617304bef08e1 [diff] |
Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102110 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 8f53c5c..ad7b411 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -1,4 +1,4 @@ -///===-- FastISel.cpp - Implementation of the FastISel class --------------===// +//===-- FastISel.cpp - Implementation of the FastISel class ---------------===// // // The LLVM Compiler Infrastructure //