diff options
author | Dale Johannesen <dalej@apple.com> | 2010-04-28 22:23:46 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-04-28 22:23:46 +0000 |
commit | 2288ef6c33b4878f69369771127f116b53e41696 (patch) | |
tree | 11257786f644a02d814f62fc504e1bde8e97a298 /llvm/test/FrontendC/inline-asm-function.c | |
parent | 8d6d94f49359de2963f190a21a5aa8328301b3a6 (diff) | |
download | bcm5719-llvm-2288ef6c33b4878f69369771127f116b53e41696.tar.gz bcm5719-llvm-2288ef6c33b4878f69369771127f116b53e41696.zip |
Fix comment.
llvm-svn: 102545
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 |