Update InstCombine to transform aggregate loads into scalar loads.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-13-NoBitCastAttributes.ll
index 7b3281ff4eadbc418fac5081def048927ecb65f3..510a68c3437e8294af15dfdf0620771b8f6c3f4f 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -instcombine -S | grep bitcast | count 2
 
-define i32 @b(i32* inreg  %x) signext  {
+define signext i32 @b(i32* inreg  %x)   {
        ret i32 0
 }