Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / quadradic-exit-value.ll
index 65aa61fb937e3172aaa30d6451f4c9797b4dc270..483becc0e7b8a71f8ade8623faeb85486a89e07b 100644 (file)
@@ -1,5 +1,8 @@
 ; RUN: opt < %s -analyze -iv-users | FileCheck %s
 
+; Provide legal integer types.
+target datalayout = "n8:16:32:64"
+
 ; The value of %r is dependent on a polynomial iteration expression.
 ;
 ; CHECK-LABEL: IV Users for loop %foo.loop