Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / widen_arith-2.ll
index 03b3fea01f6ce461c113d15664d371c8cd3d939c..d35abc308173a41d99f169344bbc1a5f35d7adab 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s
-; CHECK: paddb
+; CHECK: padd
 ; CHECK: pand
 
 ; widen v8i8 to v16i8 (checks even power of 2 widening with add & and)