Skip to content
Commit 1a9e873b authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a minor bug I noticed while work with Jordy's patch for PR6101,

in an input file like this:

# 42
int x;

we were emitting:

# <something>
 int x;

(with a space before the int) because we weren't clearing the leading 
whitespace flag properly after the \n from the directive was handled.

llvm-svn: 101084
parent 11862a6e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment