diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-22 20:06:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-22 20:06:42 +0000 |
commit | e149e9896cf0e780ab780857d9a994f03cfc51ef (patch) | |
tree | d4a6be18459fc50738af3200a400cf59309a6038 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | fd812541905576a21116fde706ad5eb9739a197d (diff) | |
download | bcm5719-llvm-e149e9896cf0e780ab780857d9a994f03cfc51ef.tar.gz bcm5719-llvm-e149e9896cf0e780ab780857d9a994f03cfc51ef.zip |
Fix a comment.
llvm-svn: 102110
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index 8f53c5caaeb..ad7b4111b1f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/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 // |