forked from OSchip/llvm-project
parent
055797b789
commit
426056acf2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue