Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2012-01-16-mfence-nosse-flags.ll
index b78c13f9d4e6c1ccbf2dbae281d3b08062b13e7e..16eef0a28aae9eca10c74f126a4eea7e7b6cc55c 100644 (file)
@@ -5,7 +5,7 @@
 
 define void @baz() nounwind ssp {
 entry:
-  %0 = load i8** @ptr, align 4
+  %0 = load i8*, i8** @ptr, align 4
   %cmp = icmp eq i8* %0, null
   fence seq_cst
   br i1 %cmp, label %if.then, label %if.else