| commit | 24dbee71abad508f4f19195d7d373b10bc792fac | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Jul 19 16:11:58 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Jul 19 16:11:58 2007 +0000 |
| tree | 3e9b0e1ff674b7455c74ba88494b81c60918df04 | |
| parent | b4acc033cf9e11b75f0cbf103332415461dcad96 [diff] |
Fix a stringizing bug that Neil noticed. We should preprocess this: #define t(x) #x t(a c) to "a c", not "ac". llvm-svn: 40060