diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-09-06 09:29:39 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-09-06 09:29:39 +0000 |
commit | 0e098e9df7b359d2a55f455f8bd9e9ded48db1fe (patch) | |
tree | 08666cba9bd7a9b1fe21b5535bab752b676b67c6 /llvm/lib/Support/regcomp.c | |
parent | 0f5bbb585c2157b58eeb5cd10ad48e50dc140aaa (diff) | |
download | bcm5719-llvm-0e098e9df7b359d2a55f455f8bd9e9ded48db1fe.tar.gz bcm5719-llvm-0e098e9df7b359d2a55f455f8bd9e9ded48db1fe.zip |
Remove splint hints to silence warnings from ICC and MSVC.
llvm-svn: 81108
Diffstat (limited to 'llvm/lib/Support/regcomp.c')
-rw-r--r-- | llvm/lib/Support/regcomp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/regcomp.c b/llvm/lib/Support/regcomp.c index 2755fd83a82..9ae66f3fa5f 100644 --- a/llvm/lib/Support/regcomp.c +++ b/llvm/lib/Support/regcomp.c @@ -256,8 +256,8 @@ static void p_ere(struct parse *p, int stop) /* character this ERE should end at */ { char c; - sopno prevback = prevback; - sopno prevfwd = prevfwd; + sopno prevback; + sopno prevfwd; sopno conc; int first = 1; /* is this the first alternative? */ |