Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / darwin-no-dead-strip.ll
index 4a594c6b43ae307ffe9715b412a0d2e9be545d81..452d1f8ce3922c246d4414b9f55502c6e4860b98 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc | grep no_dead_strip
+; RUN: llc < %s | grep no_dead_strip
 
-target endian = little
-target pointersize = 32
+target datalayout = "e-p:32:32"
 target triple = "i686-apple-darwin8.7.2"
-%x = weak global int 0          ; <int*> [#uses=1]
-%llvm.used = appending global [1 x sbyte*] [ sbyte* cast (int* %x to sbyte*) ]
+@x = weak global i32 0          ; <i32*> [#uses=1]
+@llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @x to i8*) ]                ; <[1 x i8*]*> [#uses=0]
+