diff options
Diffstat (limited to 'llvm/test/FrontendC/2010-05-18-asmsched.c')
| -rw-r--r-- | llvm/test/FrontendC/2010-05-18-asmsched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2010-05-18-asmsched.c b/llvm/test/FrontendC/2010-05-18-asmsched.c index 12e91405d10..33b87703220 100644 --- a/llvm/test/FrontendC/2010-05-18-asmsched.c +++ b/llvm/test/FrontendC/2010-05-18-asmsched.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -c -O3 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s +// RUN: %llvmgcc %s -S -O3 -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s // r9 used to be clobbered before its value was moved to r10. 7993104. void foo(int x, int y) { |

