summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-05-03 19:54:21 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-05-03 19:54:21 +0000
commit426056acf2cd1ed40cd5a3b7cc5e15d5f7d49b51 (patch)
treec145559708a54cbab92810cf8b1119b72758d3a3 /clang/test
parent055797b789473ae1f6d0e4cdba9583c7d02a8371 (diff)
downloadbcm5719-llvm-426056acf2cd1ed40cd5a3b7cc5e15d5f7d49b51.tar.gz
bcm5719-llvm-426056acf2cd1ed40cd5a3b7cc5e15d5f7d49b51.zip
Fix the testcase for PR4132.
llvm-svn: 70796
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Preprocessor/macro_paste_spacing2.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/macro_paste_spacing2.c b/clang/test/Preprocessor/macro_paste_spacing2.c
index 460b022b37e..0db721aa7b4 100644
--- a/clang/test/Preprocessor/macro_paste_spacing2.c
+++ b/clang/test/Preprocessor/macro_paste_spacing2.c
@@ -1,5 +1,6 @@
// RUN: clang-cc %s -E | grep "movl %eax"
-
+// PR4132
#define R1E %eax
-#define epilogue(r1) movl r1;
-epilogue(R1E)
+#define epilogue(r1) movl r1 ## E;
+epilogue(R1)
+
OpenPOWER on IntegriCloud