Fix typo in ARM reserved-r9 test case
authorRenato Golin <renato.golin@linaro.org>
Sat, 11 Oct 2014 10:34:18 +0000 (10:34 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sat, 11 Oct 2014 10:34:18 +0000 (10:34 +0000)
Patch by Charlie Turner.

llvm-svn: 219569

clang/test/Driver/arm-fixed-r9.c

index 0a95d87..2cec8b4 100644 (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"