aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/Lexer.cpp.cvs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-22 06:56:32 +0000
committerChris Lattner <sabre@nondot.org>2007-05-22 06:56:32 +0000
commitd3bd07054083f3ee5f1bf5984fde9fbd5bb19d84 (patch)
tree434cd92adfde7872749f0b7f5cbefbff42e2fb3f /lib/AsmParser/Lexer.cpp.cvs
parent8e00832ae17601d499c446ba7a81549f43231fa4 (diff)
update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/Lexer.cpp.cvs')
-rw-r--r--lib/AsmParser/Lexer.cpp.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/Lexer.cpp.cvs b/lib/AsmParser/Lexer.cpp.cvs
index dbe95d724c..c525f28553 100644
--- a/lib/AsmParser/Lexer.cpp.cvs
+++ b/lib/AsmParser/Lexer.cpp.cvs
@@ -1946,7 +1946,7 @@ YY_RULE_SETUP
#line 361 "/Users/sabre/cvs/llvm/lib/AsmParser/Lexer.l"
{
yytext[strlen(yytext)-1] = 0; // nuke end quote
- llvmAsmlval.StrVal = strdup(yytext+2); // Nuke @, quote
+ llvmAsmlval.StrVal = strdup(yytext+2); // Nuke %, quote
return PCTSTRINGCONSTANT;
}
YY_BREAK