summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-26 23:10:28 +0000
committerEric Christopher <echristo@gmail.com>2014-03-26 23:10:28 +0000
commit7790cf88e0119f3c16062700587d9589c57f10a1 (patch)
treefbb5e13e8f2ab0ec3a5975496747d7cd22deec3d
parent43daad555ded911091d757fbc401b017317e6cf4 (diff)
downloadbcm5719-llvm-7790cf88e0119f3c16062700587d9589c57f10a1.tar.gz
bcm5719-llvm-7790cf88e0119f3c16062700587d9589c57f10a1.zip
Reorder arguments on test command line to make it easier to cut and
paste. llvm-svn: 204875
-rw-r--r--llvm/test/DebugInfo/X86/ending-run.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/ending-run.ll b/llvm/test/DebugInfo/X86/ending-run.ll
index 2d3e74112db..6dd15af5ac0 100644
--- a/llvm/test/DebugInfo/X86/ending-run.ll
+++ b/llvm/test/DebugInfo/X86/ending-run.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
+; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj %s -o %t
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
; Check that the line table starts at 7, not 4, but that the first
OpenPOWER on IntegriCloud