Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / umul-with-overflow.ll
index 84fcbc7f82950ed3e3e222a63864a8e3ba738aa9..e5858de6ed71485469294aef29ba60382adcce26 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -march=x86 | FileCheck %s
 
 declare {i32, i1} @llvm.umul.with.overflow.i32(i32 %a, i32 %b)
-define i1 @a(i32 %x) zeroext nounwind {
+define zeroext i1 @a(i32 %x)  nounwind {
   %res = call {i32, i1} @llvm.umul.with.overflow.i32(i32 %x, i32 3)
   %obil = extractvalue {i32, i1} %res, 1
   ret i1 %obil