From 5d697e859aa4711d270f5c3170449fcce1fbc412 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Sat, 11 Oct 2014 10:34:18 +0000 Subject: [PATCH] Fix typo in ARM reserved-r9 test case Patch by Charlie Turner. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219569 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/arm-fixed-r9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/arm-fixed-r9.c b/test/Driver/arm-fixed-r9.c index 0a95d87797..2cec8b4c4f 100644 --- a/test/Driver/arm-fixed-r9.c +++ b/test/Driver/arm-fixed-r9.c @@ -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" -- 2.40.0