AVX-512: fixed UINT_TO_FP operation for 512-bit types.
[oota-llvm.git] / test / CodeGen / X86 / dynamic-alloca-in-entry.ll
index 2ac89baaf9f7440590632b70a1efeaecc9cbce9e..7ed471c2f502800974854e3f99484e68d22df75d 100644 (file)
@@ -11,7 +11,7 @@ define void @foo(i32 %n) {
 
 ; Use of inalloca implies that that the alloca is not static.
 define void @bar() {
-  %m = alloca i32, inalloca
+  %m = alloca inalloca i32
   ret void
 }
 ; CHECK-LABEL: _bar: