diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-03-18 22:08:16 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-03-18 22:08:16 +0000 |
commit | 4388d58ff4881e4046d0e08add48a83aaf671e8a (patch) | |
tree | 78dbf83657d94a33ef1bda9037a1c55d0c5c8664 /test/CodeGen/Mips/DbgValueOtherTargets.test | |
parent | 9beae49622ca6655bea7e2241a6997cf72aa138c (diff) |
Remove unnecessary leading comment characters in lit-only file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/DbgValueOtherTargets.test')
-rw-r--r-- | test/CodeGen/Mips/DbgValueOtherTargets.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/DbgValueOtherTargets.test b/test/CodeGen/Mips/DbgValueOtherTargets.test index 9c351ace68..da20e7ef52 100644 --- a/test/CodeGen/Mips/DbgValueOtherTargets.test +++ b/test/CodeGen/Mips/DbgValueOtherTargets.test @@ -1 +1 @@ -; RUN: llc -O0 -march=mips -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll +RUN: llc -O0 -march=mips -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll |