diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/exact.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/exact.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/exact.ll b/llvm/test/Transforms/LoopVectorize/exact.ll index 0a4e0dc17df..6860c0d04fb 100644 --- a/llvm/test/Transforms/LoopVectorize/exact.ll +++ b/llvm/test/Transforms/LoopVectorize/exact.ll @@ -1,7 +1,6 @@ ; RUN: opt < %s -loop-vectorize -force-vector-width=4 -S | FileCheck %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-apple-macosx10.9.0" ; CHECK-LABEL: @lshr_exact( ; CHECK: lshr exact <4 x i32> |