Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / align-addr.ll
index 425393711625eeba43876f1b291697cc858a5d59..d8ad5a9864e2b3580fe6ea9cf9d6f76e52741d1c 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -instcombine -S | grep {align 16} | count 1
+target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
 
 ; Instcombine should be able to prove vector alignment in the
 ; presence of a few mild address computation tricks.