diff options
Diffstat (limited to 'llvm/test/CodeGen/CBackend/pr2408.ll')
| -rw-r--r-- | llvm/test/CodeGen/CBackend/pr2408.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CBackend/pr2408.ll b/llvm/test/CodeGen/CBackend/pr2408.ll index a16f91bfad8..bf8477b7e6d 100644 --- a/llvm/test/CodeGen/CBackend/pr2408.ll +++ b/llvm/test/CodeGen/CBackend/pr2408.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=c | grep {\\* ((unsigned int )} +; RUN: llc < %s -march=c | grep {\\* ((unsigned int )} ; PR2408 define i32 @a(i32 %a) { |

