diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-22 11:45:44 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-22 11:45:44 +0000 |
commit | 81fff07dafbbaec13216d9c1b520778042203728 (patch) | |
tree | c4588c0cedc095913999fd9852e64410ce8460ff /test/CodeGen/PIC16 | |
parent | 21870411d9c1807526b613d04c2ebae5a43c263b (diff) | |
download | external_llvm-81fff07dafbbaec13216d9c1b520778042203728.zip external_llvm-81fff07dafbbaec13216d9c1b520778042203728.tar.gz external_llvm-81fff07dafbbaec13216d9c1b520778042203728.tar.bz2 |
Convert a few tests to FileCheck for PR5307.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PIC16')
-rw-r--r-- | test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll b/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll index d7072dd..b508026 100644 --- a/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll +++ b/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=pic16 | grep {movf \\+@i + 0, \\+W} +; RUN: llc < %s -march=pic16 | FileCheck %s target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8-f32:32:32" target triple = "pic16-" @@ -27,3 +27,5 @@ entry: store i8 %conv8, i8* %tmp9 ret void } + +; CHECK: movf @i + 0, W |