fix xcore-opts.c test

llvm-svn: 190526
This commit is contained in:
Robert Lytton 2013-09-11 15:14:38 +00:00
parent e4ba0bdf11
commit 01081113c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang -target xcore %s -### -o %t.o 2>&1 FileCheck %s
// RUN: %clang -target xcore %s -### -o %t.o 2>&1 | FileCheck %s
// CHECK: "-momit-leaf-frame-pointer"
// CHECK-NOT: "-mdisable-fp-elim"