Fix typo in ARM reserved-r9 test case

Patch by Charlie Turner.

llvm-svn: 219569
This commit is contained in:
Renato Golin 2014-10-11 10:34:18 +00:00
parent fe7fccff11
commit 8d57d2510f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang -target arm-none-gnueeabi -ffixed-r9 -### %s 2> %t
// RUN: %clang -target arm-none-gnueabi -ffixed-r9 -### %s 2> %t
// RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s
// CHECK-FIXED-R9: "-backend-option" "-arm-reserve-r9"