[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / equiv_with_vardef.ll
1 ; RUN: not llc < %s 2>&1 | FileCheck %s
2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
4
5 module asm ".equiv var, __var"
6
7 @var = global i32 0
8 ; CHECK: symbol 'var' is already defined