From 703a070e12ddf9092e42f2e4ae23dc5fed49a345 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 31 Jan 2008 00:44:33 +0000 Subject: [PATCH] Fix a typo in a comment. llvm-svn: 46588 --- include/llvm/CodeGen/LiveVariables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h index 90b437bf7a2..7d39b7af8aa 100644 --- a/include/llvm/CodeGen/LiveVariables.h +++ b/include/llvm/CodeGen/LiveVariables.h @@ -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 // 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