R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / SCCP / loadtest.ll
index add2af483f56040142f5cda03b4f1173d5f05ed1..dd1dba69143c7fb002c4fce5766ca2f8340ea4a8 100644 (file)
@@ -1,8 +1,9 @@
 ; This test makes sure that these instructions are properly constant propagated.
 
-target datalayout = "e-p:32:32"
+; RUN: opt < %s -default-data-layout="e-p:32:32" -sccp -S | FileCheck %s
+; RUN: opt < %s -default-data-layout="E-p:32:32" -sccp -S | FileCheck %s
 
-; RUN: opt < %s -sccp -S | not grep load
+; CHECK-NOT: load
 
 
 @X = constant i32 42           ; <i32*> [#uses=1]