aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-64-shortint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/x86-64-shortint.ll')
-rw-r--r--test/CodeGen/X86/x86-64-shortint.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/x86-64-shortint.ll b/test/CodeGen/X86/x86-64-shortint.ll
index cbf658888ced..75f89023509d 100644
--- a/test/CodeGen/X86/x86-64-shortint.ll
+++ b/test/CodeGen/X86/x86-64-shortint.ll
@@ -1,4 +1,6 @@
-; RUN: llc < %s | grep movswl
+; RUN: llc < %s | FileCheck %s
+
+; CHECK: movswl
target datalayout = "e-p:64:64"
target triple = "x86_64-apple-darwin8"