diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll b/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll index 890f5c1f81b..92d7628f842 100644 --- a/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll +++ b/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=msp430 %s -; RUN: llc -march=pic16 %s +; RUN: llc -march=msp430 < %s +; RUN: llc -march=pic16 < %s ; PR5558 define i64 @_strtoll_r(i16 %base) nounwind { |