Use sbb x, x to materialize carry bit in a GPR. The result is all one's or all zero's.
[oota-llvm.git] / test / Integer / opaquetypes_bt.ll
index f5c6635927848751b39d8e93b3e2726a040f16d9..5771342c97a6bd30d59b915e2b70d5a2557f672f 100644 (file)
@@ -7,7 +7,6 @@
 ; 
 
 %SQ1 = type { i31 }
-%ITy = type opaque
 %SQ2 = type { %ITy }
 %ITy = type i31
 
@@ -22,7 +21,6 @@ type %BBB
 %Composite = type { %0, %1 }
 
 ; Test simple opaque type resolution...
-%i31ty = type opaque
 %i31ty = type i31
 
 ; Perform a simple forward reference...
@@ -55,7 +53,6 @@ type %BBB
 %Y1 = type { { \3 * }, \2 * }
 %Z1 = type { { \3 * }, [12x\3] *, { { { \5 * } } } }
 
-implementation