diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/unsized-pointee-crash.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/unsized-pointee-crash.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/unsized-pointee-crash.ll b/llvm/test/Transforms/LoopVectorize/unsized-pointee-crash.ll index 7763c9c6842..065d8e6e478 100644 --- a/llvm/test/Transforms/LoopVectorize/unsized-pointee-crash.ll +++ b/llvm/test/Transforms/LoopVectorize/unsized-pointee-crash.ll @@ -1,6 +1,5 @@ ; RUN: opt -S -loop-vectorize < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-unknown-linux-gnu" ; CHECK-LABEL: @fn1 define void @fn1() { |