AMDGPU: Add pass to detect used kernel features
[oota-llvm.git] / test / CodeGen / Generic / externally_available.ll
index 73b6b9825d2ca67ba37fb495053a9a28d5da4090..7976cc971880f117b49f248885808291d77c93a8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | not grep test_
+; RUN: llc < %s | not grep test_
 
 ; test_function should not be emitted to the .s file.
 define available_externally i32 @test_function() {