Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / pow-1.ll
index 08dfa7a1013ebbae722b849c42065bcf7972e0a1..cf6fe8e1f8eb7c0030ed6c4ac78c1c09023794c6 100644 (file)
@@ -5,6 +5,7 @@
 ; RUN: opt -instcombine -S < %s -mtriple=arm-apple-ios7.0 | FileCheck %s --check-prefix=CHECK-EXP10
 ; RUN: opt -instcombine -S < %s -mtriple=x86_64-apple-macosx10.8 | FileCheck %s --check-prefix=CHECK-NO-EXP10
 ; RUN: opt -instcombine -S < %s -mtriple=arm-apple-ios6.0 | FileCheck %s --check-prefix=CHECK-NO-EXP10
+; RUN: opt -instcombine -S < %s -mtriple=x86_64-netbsd | FileCheck %s --check-prefix=CHECK-NO-EXP10
 ; rdar://7251832
 
 ; NOTE: The readonly attribute on the pow call should be preserved