aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll')
-rw-r--r--test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll4
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 d7072dd9b5d7..b508026c21f6 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