1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

Fix a typo in a comment.

llvm-svn: 46588
This commit is contained in:
Dan Gohman 2008-01-31 00:44:33 +00:00
parent 3993809a0c
commit 703a070e12

View File

@ -7,7 +7,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// This file implements the LiveVariable analysis pass. For each machine // This file implements the LiveVariables analysis pass. For each machine
// instruction in the function, this pass calculates the set of registers that // instruction in the function, this pass calculates the set of registers that
// are immediately dead after the instruction (i.e., the instruction calculates // are immediately dead after the instruction (i.e., the instruction calculates
// the value, but it is never used) and the set of registers that are used by // the value, but it is never used) and the set of registers that are used by