diff options
Diffstat (limited to 'llvm/test/FrontendC/inline-asm-function.c')
-rw-r--r-- | llvm/test/FrontendC/inline-asm-function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/inline-asm-function.c b/llvm/test/FrontendC/inline-asm-function.c index b1ce79a5d5c..e5848409865 100644 --- a/llvm/test/FrontendC/inline-asm-function.c +++ b/llvm/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 |