diff options
-rw-r--r-- | test/FrontendC/inline-asm-function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/inline-asm-function.c b/test/FrontendC/inline-asm-function.c index b1ce79a5d5..e584840986 100644 --- a/test/FrontendC/inline-asm-function.c +++ b/test/FrontendC/inline-asm-function.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked -// PR2094 +// 7533078 (partial). asm int f() { xyz |