commit | de5996e33ab238921bc30a695c549517ac323cc3 | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Wed Apr 28 22:23:46 2010 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Wed Apr 28 22:23:46 2010 +0000 |
tree | 000b79040e260a675c12d7974ed4226d5baa7158 | |
parent | 21a9bd91e91c487d7833b6eb0693be0eca176ecc [diff] [blame] |
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102545 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC/inline-asm-function.c b/test/FrontendC/inline-asm-function.c index b1ce79a..e584840 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